Merge pull request #494 from ONLYOFFICE/fix/bug-fix
[SSE] Fix bug 46442
This commit is contained in:
commit
b92ba5fbaa
|
@ -203,6 +203,7 @@ define([
|
||||||
|
|
||||||
}, this),
|
}, this),
|
||||||
'tab:dragstart': _.bind(function (dataTransfer, selectTabs) {
|
'tab:dragstart': _.bind(function (dataTransfer, selectTabs) {
|
||||||
|
Common.UI.Menu.Manager.hideAll();
|
||||||
this.api.asc_closeCellEditor();
|
this.api.asc_closeCellEditor();
|
||||||
var arrTabs = [],
|
var arrTabs = [],
|
||||||
arrName = [],
|
arrName = [],
|
||||||
|
|
Loading…
Reference in a new issue