mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 00:21:31 +08:00
fix bug 68900
fedora triggers focusout on click, thereby closing the submenu
This commit is contained in:
@ -340,6 +340,7 @@ define([
|
||||
|
||||
if (this.menu) {
|
||||
if (e.target.id == this.id) {
|
||||
this._doHover(e);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user