diff options
| author | Stephen Blott | 2017-11-12 16:10:59 +0000 |
|---|---|---|
| committer | GitHub | 2017-11-12 16:10:59 +0000 |
| commit | abacc25e39d1f4bbdc8cff61bb45079e585b75c0 (patch) | |
| tree | 7b1c833939d2c7bca9fd3396a733db9384e92ff4 /pages/options.html | |
| parent | 959379d46c18671551d819eb7eb2199da3ac43e2 (diff) | |
| parent | 771f05845a7ce97bdff95cfb7b58cd2af8ddcae6 (diff) | |
| download | vimium-abacc25e39d1f4bbdc8cff61bb45079e585b75c0.tar.bz2 | |
Merge pull request #2794 from mrmr1993/gi-tabIndex
Make focusInput respect tabIndex
Diffstat (limited to 'pages/options.html')
| -rw-r--r-- | pages/options.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/options.html b/pages/options.html index ec940cb2..650a129c 100644 --- a/pages/options.html +++ b/pages/options.html @@ -67,7 +67,7 @@ unmapAll <a href="#" id="showCommands">Show available commands</a>. </div> </div> - <textarea id="keyMappings" type="text"></textarea> + <textarea id="keyMappings" type="text" tabIndex="1"></textarea> </td> </tr> <tr> |
