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.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/mode_find.coffee b/content_scripts/mode_find.coffee
index 33a7dc4f..c0b97b16 100644
--- a/content_scripts/mode_find.coffee
+++ b/content_scripts/mode_find.coffee
@@ -35,7 +35,7 @@ class PostFindMode extends SuppressPrintable
name: "post-find"
# We show a "?" badge, but only while an Escape activates insert mode.
badge: "?"
- # Important. PostFindMode shares a singleton with suspendedEditmode (see the exit() method of EditMode).
+ # Important. PostFindMode shares a singleton with the modes launched by focusInput.
singleton: element
exitOnBlur: element
exitOnClick: true