[SSE] Stop spellcheck when hide spellcheck panel.

This commit is contained in:
Julia Radzhabova 2019-11-01 17:12:36 +03:00
parent 5d5bcf38e9
commit 347b0f5ace

View file

@ -58,6 +58,7 @@ define([
me.onClickNext();
},
'hide': function() {
me.api && me.api.asc_cancelSpellCheck();
}
}
});