fix bug 68900

fedora triggers focusout on click, thereby closing the submenu
This commit is contained in:
Konstantin Kireyev
2024-07-09 03:42:15 +05:00
parent a3e398d5a0
commit 5fd68fddc0

View File

@ -340,6 +340,7 @@ define([
if (this.menu) {
if (e.target.id == this.id) {
this._doHover(e);
return false;
}