Restore stopClick functionality

This commit is contained in:
Andreas Hocevar
2021-01-07 22:34:21 +01:00
parent b05db5cca6
commit 99dd55920e
2 changed files with 31 additions and 1 deletions

View File

@@ -649,7 +649,7 @@ class Draw extends PointerInteraction {
}
if (!pass && this.stopClick_) {
event.originalEvent.stopPropagation();
event.stopPropagation();
}
return pass;
}