Restore stopClick functionality
This commit is contained in:
@@ -649,7 +649,7 @@ class Draw extends PointerInteraction {
|
||||
}
|
||||
|
||||
if (!pass && this.stopClick_) {
|
||||
event.originalEvent.stopPropagation();
|
||||
event.stopPropagation();
|
||||
}
|
||||
return pass;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user