[SSE mobile] Fix bug 52279

This commit is contained in:
JuliaSvinareva 2021-09-06 14:59:03 +03:00
parent 811084848b
commit d04a355b35

View file

@ -180,7 +180,7 @@ const Statusbar = inject('sheets', 'storeAppOptions', 'users')(observer(props =>
if (index == api.asc_getActiveWorksheetIndex()) {
if (!opened) {
if (isEdit && !isDisconnected) {
if (isEdit && !isDisconnected && !model.locked) {
api.asc_closeCellEditor();
f7.popover.open('#idx-tab-context-menu-popover', target);
}