aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/mode_find.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'content_scripts/mode_find.coffee')
-rw-r--r--content_scripts/mode_find.coffee4
1 files changed, 2 insertions, 2 deletions
diff --git a/content_scripts/mode_find.coffee b/content_scripts/mode_find.coffee
index e863b553..ad7cc136 100644
--- a/content_scripts/mode_find.coffee
+++ b/content_scripts/mode_find.coffee
@@ -33,8 +33,8 @@ class PostFindMode extends SuppressPrintable
super
name: "post-find"
- # PostFindMode shares a singleton with the modes launched by focusInput; each displaces the other.
- singleton: element
+ # PostFindMode shares a singleton with focusInput; each displaces the other.
+ singleton: "post-find-mode/focus-input"
exitOnBlur: element
exitOnClick: true
keydown: (event) -> InsertMode.suppressEvent event # Always truthy, so always continues bubbling.