mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-02-10 18:15:19 +08:00
Fix bug 78864
This commit is contained in:
@ -584,7 +584,7 @@ CHistory.prototype.UndoRedoPrepare = function (oRedoObjectParam, bUndo, bKeepTur
|
||||
else
|
||||
this.workbook.bRedoChanges = true;
|
||||
|
||||
if (!window["NATIVE_EDITOR_ENJINE"]) {
|
||||
if (!window["NATIVE_EDITOR_ENJINE"] || window["IS_NATIVE_EDITOR"]) {
|
||||
if(Asc["editor"].wb) {
|
||||
var wsViews = Asc["editor"].wb.wsViews;
|
||||
for (var i = 0; i < wsViews.length; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user