Close menus on temp disconnect

This commit is contained in:
Julia Radzhabova 2022-11-02 13:19:36 +03:00
parent c172bf07ac
commit d14bc9bee7
3 changed files with 3 additions and 0 deletions

View file

@ -1094,6 +1094,7 @@ define([
case Asc.c_oAscAsyncAction['Disconnect']:
text = this.textDisconnect;
Common.UI.Menu.Manager.hideAll();
this.disableEditing(true, true);
var me = this;
statusCallback = function() {

View file

@ -734,6 +734,7 @@ define([
case Asc.c_oAscAsyncAction['Disconnect']:
text = this.textDisconnect;
Common.UI.Menu.Manager.hideAll();
this.disableEditing(true, true);
var me = this;
statusCallback = function() {

View file

@ -812,6 +812,7 @@ define([
case Asc.c_oAscAsyncAction['Disconnect']:
title = this.textDisconnect;
text = this.textDisconnect;
Common.UI.Menu.Manager.hideAll();
this.disableEditing(true, true);
var me = this;
statusCallback = function() {