Moved addVelocity to _move.
This commit is contained in:
+2
-2
@@ -849,8 +849,8 @@ export class InteractionDelegate {
|
||||
if (Events.isCaptured(event)) {
|
||||
return false
|
||||
}
|
||||
let captured = this.target.capture(event)
|
||||
return captured
|
||||
|
||||
return this.target.capture ? this.target.capture(event) : false
|
||||
}
|
||||
|
||||
getPosition(event) {
|
||||
|
||||
Reference in New Issue
Block a user