diff --git a/src/pixi/InteractionManager.js b/src/pixi/InteractionManager.js index bc655d2..fc0dbb7 100644 --- a/src/pixi/InteractionManager.js +++ b/src/pixi/InteractionManager.js @@ -223,7 +223,7 @@ // loop through interactive objects! var length = this.interactiveItems.length; - this.interactionDOMElement.style.cursor = "default"; + this.interactionDOMElement.style.cursor = "inherit"; for (var i = 0; i < length; i++) { @@ -352,7 +352,7 @@ { var length = this.interactiveItems.length; - this.interactionDOMElement.style.cursor = "default"; + this.interactionDOMElement.style.cursor = "inherit"; for (var i = 0; i < length; i++) {