mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 13:50:46 +08:00
Revert "check if modal is opened before closing file menu"
This reverts commit d65d08c495.
This commit is contained in:
@ -901,8 +901,6 @@ define([
|
||||
btnSearch.pressed && btnSearch.toggle(false);
|
||||
|
||||
if ( this.leftMenu.menuFile.isVisible() ) {
|
||||
if (Common.Utils.ModalWindow.isVisible())
|
||||
return true;
|
||||
if (Common.UI.HintManager.needCloseFileMenu())
|
||||
this.leftMenu.menuFile.hide();
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user