[PE][DE] Fix show history

This commit is contained in:
Julia Radzhabova 2021-03-29 16:40:05 +03:00
parent b1d3ba3fc0
commit 4da4514e97
2 changed files with 2 additions and 0 deletions

View file

@ -261,6 +261,7 @@ define([
callback: function(btn) {
if (btn == 'ok') {
me.api.asc_undoAllChanges();
me.api.asc_continueSaving();
me.showHistory();
} else
me.api.asc_continueSaving();

View file

@ -265,6 +265,7 @@ define([
callback: function(btn) {
if (btn == 'ok') {
me.api.asc_undoAllChanges();
me.api.asc_continueSaving();
me.showHistory();
} else
me.api.asc_continueSaving();