mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
Ошибка при проверке орфографии (если нет словаря)
git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@52526 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
@ -80,9 +80,7 @@ exports.install = function (server, callbackFunction) {
|
||||
data.usrCorrect[index] = false;
|
||||
--data.usrWordsLength;
|
||||
checkEnd();
|
||||
}
|
||||
|
||||
if ("spell" === data.type) {
|
||||
} else if ("spell" === data.type) {
|
||||
oDictionary.spellSuggest(word, function (a, b) {
|
||||
data.usrCorrect[index] = a;
|
||||
--data.usrWordsLength;
|
||||
|
||||
Reference in New Issue
Block a user