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:
scott%scott-macgregor.org 2007-02-01 03:31:11 +00:00
Родитель e85e6fccd5
Коммит 5735e429b6
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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();