diff options
| author | Stephen Blott | 2014-12-17 15:49:57 +0000 |
|---|---|---|
| committer | Stephen Blott | 2014-12-17 15:49:57 +0000 |
| commit | 3b25fd52431130aa5c3e9359075574458c307ef2 (patch) | |
| tree | 444397e33f64d2dc09c379957bbc30bd00bfbf00 /content_scripts/vimium_frontend.coffee | |
| parent | 6ceb3bcc612cd4478187610cf61a82a8f95534ac (diff) | |
| download | vimium-3b25fd52431130aa5c3e9359075574458c307ef2.tar.bz2 | |
Disable CursorHider pending fix for #1345.
Diffstat (limited to 'content_scripts/vimium_frontend.coffee')
| -rw-r--r-- | content_scripts/vimium_frontend.coffee | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee index e4680ff7..6dd244de 100644 --- a/content_scripts/vimium_frontend.coffee +++ b/content_scripts/vimium_frontend.coffee @@ -1124,6 +1124,8 @@ CursorHider = CursorHider.isScrolling = false init: -> + # NOTE(smblott) CursorHider is currently disabled pending a fix for #1345. + return @cursorHideStyle = document.createElement("style") @cursorHideStyle.innerHTML = """ body * {pointer-events: none !important; cursor: none !important;} |
