mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[bug] for bug 73026
This commit is contained in:
@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user