mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 858643 - Don't handle mouseover event for closing tabs; r=dao
This commit is contained in:
parent
22483279ed
commit
95638aed3f
@ -4271,7 +4271,7 @@
|
||||
this.mOverCloseButton = true;
|
||||
|
||||
let tab = event.target;
|
||||
if (tab.selected)
|
||||
if (tab.selected || tab.closing)
|
||||
return;
|
||||
|
||||
let tabContainer = this.parentNode;
|
||||
|
Loading…
Reference in New Issue
Block a user