mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 16:21:23 +08:00
[SSE mobile] fix code structure
This commit is contained in:
@ -323,17 +323,12 @@ define([
|
||||
});
|
||||
}
|
||||
}
|
||||
if (!this.api.asc_getSheetViewSettings().asc_getIsFreezePane()) {
|
||||
menuItems.push({
|
||||
caption: me.menuFreezePanes,
|
||||
event: 'freezePanes'
|
||||
});
|
||||
} else {
|
||||
menuItems.push({
|
||||
caption: me.menuUnfreezePanes,
|
||||
event: 'freezePanes'
|
||||
});
|
||||
}
|
||||
|
||||
menuItems.push({
|
||||
caption: this.api.asc_getSheetViewSettings().asc_getIsFreezePane() ? me.menuUnfreezePanes : me.menuFreezePanes,
|
||||
event: 'freezePanes'
|
||||
});
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user