diff options
| -rw-r--r-- | content_scripts/ui_component.coffee | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/content_scripts/ui_component.coffee b/content_scripts/ui_component.coffee index 2cbdaa70..fc40e1ca 100644 --- a/content_scripts/ui_component.coffee +++ b/content_scripts/ui_component.coffee @@ -76,7 +76,10 @@ class UIComponent name: "focusFrame" frameId: sourceFrameId highlight: false - highlightOnlyIfNotTop: true + # Note(smblott) Disabled prior to 1.50 (or post 1.49) release. + # The UX around flashing the frame isn't quite right yet. We want the frame to flash only if the + # user exits the Vomnibar with Escape. + highlightOnlyIfNotTop: false # true if windowIsFocused() # We already have the focus. |
