Remove unnecessary line that breaks drawing with multi-touch
This commit is contained in:
@@ -648,7 +648,6 @@ class Draw extends PointerInteraction {
|
||||
if (!pass && this.stopClick_) {
|
||||
event.stopPropagation();
|
||||
}
|
||||
this.downPx_ = null;
|
||||
return pass;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user