aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Crosby2012-04-29 18:05:56 -0700
committerPhil Crosby2012-04-29 18:05:56 -0700
commitd4b255a1d5c6ea383713c2c4a956d0620bcd5795 (patch)
tree1ee9e1cd32fd09353e47080856e94748e8faed1b
parent03bf25b664bf5b066b39a7af22669fdd6483152e (diff)
parentc3ff01407be7befca1c8e4085dfb0567db87e4f7 (diff)
downloadvimium-d4b255a1d5c6ea383713c2c4a956d0620bcd5795.tar.bz2
Merge pull request #524 from Knorkebrot/master
blur input then hiding fuzzyMode
-rw-r--r--fuzzyMode.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzzyMode.js b/fuzzyMode.js
index 37107a07..b6520e36 100644
--- a/fuzzyMode.js
+++ b/fuzzyMode.js
@@ -46,6 +46,7 @@ var fuzzyMode = (function() {
hide: function() {
this.box.style.display = 'none';
this.completionList.style.display = 'none';
+ this.input.blur();
handlerStack.pop();
},