diff options
Diffstat (limited to 'display.js')
-rw-r--r-- | display.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(); } |