diff --git a/core/util/cursor.js b/core/util/cursor.js index 63de7419..cd6b72cf 100644 --- a/core/util/cursor.js +++ b/core/util/cursor.js @@ -132,7 +132,8 @@ export default class Cursor { } _handleMouseLeave(event) { - this._hideCursor(); + // Check if we should show the cursor on the element we are leaving to + this._updateVisibility(event.relatedTarget); } _handleMouseMove(event) {