mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +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,7 +259,9 @@ var gComposeRecyclingListener = {
|
||||
|
||||
// Stop InlineSpellCheckerUI so personal dictionary is saved
|
||||
enableInlineSpellCheck(false);
|
||||
|
||||
// clear any suggestions in the context menu
|
||||
InlineSpellCheckerUI.clearSuggestionsFromMenu();
|
||||
|
||||
//Reset editor
|
||||
EditorResetFontAndColorAttributes();
|
||||
EditorCleanup();
|
||||
|
Loading…
Reference in New Issue
Block a user