mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-27 13:03:20 +08:00
Fix Bug 35408.
This commit is contained in:
@ -759,7 +759,8 @@ define([
|
||||
},
|
||||
loadText: function () {
|
||||
if (this.textVal && this.commentsView) {
|
||||
this.commentsView.getTextBox().val(this.textVal);
|
||||
var textBox = this.commentsView.getTextBox();
|
||||
textBox && textBox.val(this.textVal);
|
||||
}
|
||||
},
|
||||
getEditText: function () {
|
||||
|
||||
Reference in New Issue
Block a user