Skip to content

Commit a2aa23b

Browse files
[FB] CSK | Fix cannot use hover preview feature
1 parent ed13bd7 commit a2aa23b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

browser/components/tabbrowser/content/tab.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -578,9 +578,7 @@
578578
const isForegroundWindow =
579579
this.ownerGlobal ==
580580
BrowserWindowTracker.getTopWindow({ allowPopups: true });
581-
if (isForegroundWindow) {
582-
this.dispatchEvent(new CustomEvent("TabHoverStart", { bubbles: true }));
583-
}
581+
this.dispatchEvent(new CustomEvent("TabHoverStart", { bubbles: true }));
584582
}
585583

586584
_mouseleave() {

0 commit comments

Comments
 (0)