mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 20:08:52 +08:00
[SSE] Fixed Bug 33367.
This commit is contained in:
@ -337,7 +337,7 @@ define([
|
||||
me.cmpEl.removeClass('over');
|
||||
}, 200);
|
||||
|
||||
if (e.type !== 'focusout') { // when mouseleave from clicked menu item with submenu
|
||||
if (e && e.type !== 'focusout') { // when mouseleave from clicked menu item with submenu
|
||||
var focused = me.cmpEl.children(':focus');
|
||||
if (focused.length>0) {
|
||||
focused.blur();
|
||||
|
||||
Reference in New Issue
Block a user