diff options
Diffstat (limited to 'fuzzyMode.js')
| -rw-r--r-- | fuzzyMode.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fuzzyMode.js b/fuzzyMode.js index c3b20096..001bcb32 100644 --- a/fuzzyMode.js +++ b/fuzzyMode.js @@ -123,6 +123,8 @@ var fuzzyMode = (function() { // use primary action with Enter. Holding down Shift/Ctrl uses the alternative action // (opening in new tab) else if (event.keyCode == keyCodes.enter) { + this.update(true); // force synchronous update + var alternative = (event.shiftKey || isPrimaryModifierKey(event)); if (this.reverseAction) alternative = !alternative; |
