diff options
| author | mrmr1993 | 2017-11-12 15:13:24 +0000 | 
|---|---|---|
| committer | mrmr1993 | 2017-11-12 15:18:10 +0000 | 
| commit | 771f05845a7ce97bdff95cfb7b58cd2af8ddcae6 (patch) | |
| tree | 7b1c833939d2c7bca9fd3396a733db9384e92ff4 /content_scripts | |
| parent | 305a9275de0bd2f8e3578467a2fa33ba82747959 (diff) | |
| download | vimium-771f05845a7ce97bdff95cfb7b58cd2af8ddcae6.tar.bz2 | |
Use tabIndex to provide the special focusInput behaviour in the options
Diffstat (limited to 'content_scripts')
| -rw-r--r-- | content_scripts/mode_normal.coffee | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/content_scripts/mode_normal.coffee b/content_scripts/mode_normal.coffee index 788042f0..027ad22f 100644 --- a/content_scripts/mode_normal.coffee +++ b/content_scripts/mode_normal.coffee @@ -169,7 +169,6 @@ NormalModeCommands =      # This is a hack to improve usability on the Vimium options page.  We prime the recently-focused input      # to be the key-mappings input.  Arguably, this is the input that the user is most likely to use.      recentlyFocusedElement = lastFocusedInput() -    recentlyFocusedElement ?= document.getElementById "keyMappings" if window.isVimiumOptionsPage      selectedInputIndex =        if count == 1 | 
