diff --git a/src/interaction/InteractionManager.js b/src/interaction/InteractionManager.js index 6b3638e..7645aad 100644 --- a/src/interaction/InteractionManager.js +++ b/src/interaction/InteractionManager.js @@ -87,7 +87,7 @@ * This property determins if mousemove and touchmove events are fired only when the cursror is over the object * Setting to true will make things work more in line with how the DOM verison works. * Setting to false can make things easier for things like dragging - * @member {HTMLElement} + * @member {boolean} * @private */ this.moveWhenInside = true;