[bug] for bug 73026

This commit is contained in:
Sergey Luzyanin
2025-02-03 15:53:09 +03:00
parent 6d56e51836
commit b5f2d55d2c

View File

@ -280,6 +280,9 @@ function (window, undefined) {
return true;
};
CSlideShowAnnotations.prototype.canSaveAnnotations = function() {
if(!Asc.editor.canSave()) {
return false;
}
return !this.isEmpty();
};
CSlideShowAnnotations.prototype.saveAnnotations = function () {