diff options
| author | Phil Crosby | 2012-04-29 18:05:56 -0700 | 
|---|---|---|
| committer | Phil Crosby | 2012-04-29 18:05:56 -0700 | 
| commit | d4b255a1d5c6ea383713c2c4a956d0620bcd5795 (patch) | |
| tree | 1ee9e1cd32fd09353e47080856e94748e8faed1b | |
| parent | 03bf25b664bf5b066b39a7af22669fdd6483152e (diff) | |
| parent | c3ff01407be7befca1c8e4085dfb0567db87e4f7 (diff) | |
| download | vimium-d4b255a1d5c6ea383713c2c4a956d0620bcd5795.tar.bz2 | |
Merge pull request #524 from Knorkebrot/master
blur input then hiding fuzzyMode
| -rw-r--r-- | fuzzyMode.js | 1 | 
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();      }, | 
