mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 14:36:49 +08:00
[SSE] Fix spellcheck
This commit is contained in:
@ -151,7 +151,7 @@ define([
|
||||
},
|
||||
|
||||
onSelectLanguage: function (combo, record) {
|
||||
var lang = record.code;
|
||||
var lang = record.value;
|
||||
if (this.api && lang) {
|
||||
this.api.asc_setDefaultLanguage(lang);
|
||||
Common.localStorage.setItem("sse-spellcheck-locale", this.panelSpellcheck.cmbDictionaryLanguage.getValue());
|
||||
|
||||
Reference in New Issue
Block a user