diff --git a/core/util/cursor.js b/core/util/cursor.js index 6d689e7d5..e5039c39c 100644 --- a/core/util/cursor.js +++ b/core/util/cursor.js @@ -106,7 +106,7 @@ export default class Cursor { } clear() { - this._target.style.cursor = 'none'; + this._target.style.cursor = 'default'; this._canvas.width = 0; this._canvas.height = 0; this._position.x = this._position.x + this._hotSpot.x;