diff options
| -rw-r--r-- | content_scripts/ui_component.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/ui_component.coffee b/content_scripts/ui_component.coffee index ea0bf776..2cbdaa70 100644 --- a/content_scripts/ui_component.coffee +++ b/content_scripts/ui_component.coffee @@ -78,7 +78,7 @@ class UIComponent highlight: false highlightOnlyIfNotTop: true - if windowIsFocused() and false + if windowIsFocused() # We already have the focus. refocusSourceFrame() else |
