Merge pull request #1293 from ONLYOFFICE/fix/bugfix

Fix save tip
This commit is contained in:
Julia Radzhabova 2021-11-09 01:32:53 +03:00 committed by GitHub
commit a0808df23c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,6 +79,7 @@ define([
this.placement = this.options.placement;
this.showLink = this.options.showLink;
this.showButton = this.options.showButton;
this.closable = this.options.closable;
this.textButton = this.options.textButton || '';
},