[SSE] Stop spellcheck when hide spellcheck panel.
This commit is contained in:
parent
5d5bcf38e9
commit
347b0f5ace
|
@ -58,6 +58,7 @@ define([
|
||||||
me.onClickNext();
|
me.onClickNext();
|
||||||
},
|
},
|
||||||
'hide': function() {
|
'hide': function() {
|
||||||
|
me.api && me.api.asc_cancelSpellCheck();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue