diff options
Diffstat (limited to 'fuzzyMode.js')
| -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(); }, |
