summaryrefslogtreecommitdiff
path: root/display.js
diff options
context:
space:
mode:
Diffstat (limited to 'display.js')
-rw-r--r--display.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/display.js b/display.js
index 9f1e3dd..f9bfe76 100644
--- a/display.js
+++ b/display.js
@@ -721,6 +721,8 @@ function handle_mouseover(e)
function handle_mouseout(e)
{
+ if (this.sc && this.sc.cursor && this.sc.cursor.spice_simulated_cursor)
+ this.sc.cursor.spice_simulated_cursor.style.display = 'none';
this.blur();
}