mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 21:46:07 +08:00
Fix spellcheck postload
This commit is contained in:
@ -258,7 +258,7 @@ define([
|
||||
},
|
||||
|
||||
onSpellCheckVariantsFound: function (property) {
|
||||
if (property===null && this._currentSpellObj === property && !(this.panelSpellcheck && this.panelSpellcheck.isVisible()))
|
||||
if (!this.panelSpellcheck || property===null && this._currentSpellObj === property && !this.panelSpellcheck.isVisible())
|
||||
return;
|
||||
|
||||
this._currentSpellObj = property;
|
||||
|
||||
Reference in New Issue
Block a user