зеркало из https://github.com/mozilla/gecko-dev.git
Bug 342536 - Backing out _remove the redundant DeleteSelection call_ patch from bug 312778
This commit is contained in:
Родитель
5592280ae5
Коммит
a1f863c102
|
@ -447,6 +447,7 @@ NS_IMETHODIMP mozInlineSpellChecker::ReplaceWord(nsIDOMNode *aNode, PRInt32 aOff
|
|||
NS_ENSURE_SUCCESS(res, res);
|
||||
selection->RemoveAllRanges();
|
||||
selection->AddRange(range);
|
||||
editor->DeleteSelection(nsIEditor::eNone);
|
||||
|
||||
nsCOMPtr<nsIPlaintextEditor> textEditor(do_QueryReferent(mEditor));
|
||||
textEditor->InsertText(newword);
|
||||
|
|
Загрузка…
Ссылка в новой задаче