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
I need to deploy a map inside the infinite-view in Svelte. Now my problem is that the events of both the map and the infinite-view are interfering and I can't move the child map without moving the infinite view as well. Is there an option to let know the infinite-view that if I'm dragging the map, then the event belongs to the map, but if I drag outside the map the it moves the infinite view (event of drag and zoom)? My first approach was to avoid the propagation of the events on the map, but then the inifinite-view is on top of its childs.
The text was updated successfully, but these errors were encountered:
I need to deploy a map inside the infinite-view in Svelte. Now my problem is that the events of both the map and the infinite-view are interfering and I can't move the child map without moving the infinite view as well. Is there an option to let know the infinite-view that if I'm dragging the map, then the event belongs to the map, but if I drag outside the map the it moves the infinite view (event of drag and zoom)? My first approach was to avoid the propagation of the events on the map, but then the inifinite-view is on top of its childs.
The text was updated successfully, but these errors were encountered: