diff options
| -rw-r--r-- | pages/vomnibar.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/vomnibar.coffee b/pages/vomnibar.coffee index 731ebed2..18ad5945 100644 --- a/pages/vomnibar.coffee +++ b/pages/vomnibar.coffee @@ -161,7 +161,7 @@ class VomnibarUI # If the input is empty, then reinstate the keyword (the "w"). @input.value = @customSearchMode @customSearchMode = null - @updateCompletions() + @update true else if inputIsEmpty and @tabToOpen @tabToOpen = false @update true |
