diff options
| author | Alex Kovar | 2010-10-30 17:29:21 -0500 |
|---|---|---|
| committer | Alex Kovar | 2010-10-30 17:29:21 -0500 |
| commit | 51d08f17f40d5da07d49b424b3ec94d17dc59cf0 (patch) | |
| tree | e32cdac63546d3c6e9b5131f0949943a9e3030be /linkHints.js | |
| parent | 8feb7df5e4185e2f28262a3524f7fb3d9b1e470d (diff) | |
| parent | 7df813ef221be04e4d4a459ecc941dcbddfb6056 (diff) | |
| download | vimium-51d08f17f40d5da07d49b424b3ec94d17dc59cf0.tar.bz2 | |
Merge branch 'master' of http://github.com/philc/vimium
Diffstat (limited to 'linkHints.js')
| -rw-r--r-- | linkHints.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linkHints.js b/linkHints.js index 7593a630..16d6fcbf 100644 --- a/linkHints.js +++ b/linkHints.js @@ -208,6 +208,7 @@ function updateLinkHints() { matchedLink.focus(); // When focusing a textbox, put the selection caret at the end of the textbox's contents. matchedLink.setSelectionRange(matchedLink.value.length, matchedLink.value.length); + deactivateLinkHintsMode(); } else { // When we're opening the link in the current tab, don't navigate to the selected link immediately; // we want to give the user some feedback depicting which link they've selected by focusing it. |
