Refactoring

This commit is contained in:
Julia Radzhabova
2023-08-31 19:09:41 +03:00
parent b53865eb31
commit ba97a3ea9f

View File

@ -375,7 +375,7 @@ define([
mode = toolbar.mode;
if (!mode.isPDFAnnotate && !mode.isPDFEdit) {
Common.UI.warning({
width: 500,
maxwidth: 500,
msg: (mode.canPDFAnnotate || mode.canPDFEdit) ? this.txtNeedCommentMode : this.txtNeedDownload,
callback: function(btn) {
Common.NotificationCenter.trigger('edit:complete', toolbar);