You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another error in the console after loading a manager page including gmapstv:
This happens in 2.2.16 as well as 2.5.0
mapstv.js?v=250pl:234 Uncaught TypeError: Cannot read property 'getViewSize' of null
// assets/components/mapstv/js/mgr/mapstv.js?v=250pl line 234: var width = Ext.get('modx-resource-settings').getViewSize().width - vtabswidth - padding;
This part of the function should be triggered 'afterrender' at which point 'modx-resource-settings' should already be present.
I don't get it.
Any ideas?
The text was updated successfully, but these errors were encountered:
Another error in the console after loading a manager page including gmapstv:
This happens in 2.2.16 as well as 2.5.0
// assets/components/mapstv/js/mgr/mapstv.js?v=250pl line 234: var width = Ext.get('modx-resource-settings').getViewSize().width - vtabswidth - padding;
This part of the function should be triggered 'afterrender' at which point 'modx-resource-settings' should already be present.
I don't get it.
Any ideas?
The text was updated successfully, but these errors were encountered: