diff options
| -rw-r--r-- | content_scripts/mode_key_handler.coffee | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/content_scripts/mode_key_handler.coffee b/content_scripts/mode_key_handler.coffee index a8ef957d..cca6b77a 100644 --- a/content_scripts/mode_key_handler.coffee +++ b/content_scripts/mode_key_handler.coffee @@ -27,8 +27,6 @@ class KeyHandlerMode extends Mode      super extend options,        keydown: @onKeydown.bind this -      # We cannot track keyup events if we lose the focus. -      blur: (event) => @alwaysContinueBubbling => @keydownEvents = {} if event.target == window      if options.exitOnEscape        # If we're part way through a command's key sequence, then a first Escape should reset the key state, | 
