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
257: var topics = {};
...
266: var index = topics[topic].push(listener) -1;
Variable 'topics' is not redefined, when ContextMenu is reinitialized. So item's callbacks are accumulated and called multiply, when the user reinitialize ContextMenu after redrawing the map.
The text was updated successfully, but these errors were encountered:
257, 266 lines in ol3-contextmenu-debug.js:
Variable 'topics' is not redefined, when ContextMenu is reinitialized. So item's callbacks are accumulated and called multiply, when the user reinitialize ContextMenu after redrawing the map.
The text was updated successfully, but these errors were encountered: