mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
Bug #368867 --> spell check results from previous messages show up in the suggestions list for the inline spell checker when using a cached compose window. sr=bienvenu
This commit is contained in:
parent
e85e6fccd5
commit
5735e429b6
@ -259,6 +259,8 @@ var gComposeRecyclingListener = {
|
||||
|
||||
// Stop InlineSpellCheckerUI so personal dictionary is saved
|
||||
enableInlineSpellCheck(false);
|
||||
// clear any suggestions in the context menu
|
||||
InlineSpellCheckerUI.clearSuggestionsFromMenu();
|
||||
|
||||
//Reset editor
|
||||
EditorResetFontAndColorAttributes();
|
||||
|
Loading…
Reference in New Issue
Block a user