diff --git a/src/interaction/InteractionManager.js b/src/interaction/InteractionManager.js index 7a2f45d..3dea13e 100644 --- a/src/interaction/InteractionManager.js +++ b/src/interaction/InteractionManager.js @@ -62,7 +62,10 @@ stopped: false, target: null, type: null, - data: this.mouse + data: this.mouse, + stopPropagation:function(){ + this.stopped = true; + } }; /**