Initial stopPropagation support for PluggableMap
This commit is contained in:
@@ -1029,7 +1029,7 @@ class PluggableMap extends BaseObject {
|
||||
continue;
|
||||
}
|
||||
const cont = interaction.handleEvent(mapBrowserEvent);
|
||||
if (!cont) {
|
||||
if (!cont || mapBrowserEvent.propagationStopped) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user