Remove unnecessary line that breaks drawing with multi-touch

This commit is contained in:
Andreas Hocevar
2020-12-08 18:53:17 +01:00
parent 38585d6945
commit c557b2e7bb

View File

@@ -648,7 +648,6 @@ class Draw extends PointerInteraction {
if (!pass && this.stopClick_) { if (!pass && this.stopClick_) {
event.stopPropagation(); event.stopPropagation();
} }
this.downPx_ = null;
return pass; return pass;
} }