Skip to content

Commit

Permalink
[FB] CSK | Fix cannot use hover preview feature
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Sep 28, 2024
1 parent ed13bd7 commit a2aa23b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions browser/components/tabbrowser/content/tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -578,9 +578,7 @@
const isForegroundWindow =
this.ownerGlobal ==
BrowserWindowTracker.getTopWindow({ allowPopups: true });
if (isForegroundWindow) {
this.dispatchEvent(new CustomEvent("TabHoverStart", { bubbles: true }));
}
this.dispatchEvent(new CustomEvent("TabHoverStart", { bubbles: true }));
}

_mouseleave() {
Expand Down
2 changes: 1 addition & 1 deletion floorp

0 comments on commit a2aa23b

Please sign in to comment.