mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
parent
9220996e92
commit
9d8343e19c
16 changed files with 330 additions and 205 deletions
|
|
@ -3284,8 +3284,8 @@ HTMLEditor::DoContentInserted(nsIDocument* aDocument,
|
|||
sibling = sibling->GetNextSibling();
|
||||
}
|
||||
}
|
||||
nsresult rv = range->Set(aContainer, aIndexInContainer,
|
||||
aContainer, endIndex);
|
||||
nsresult rv = range->SetStartAndEnd(aContainer, aIndexInContainer,
|
||||
aContainer, endIndex);
|
||||
if (NS_SUCCEEDED(rv)) {
|
||||
mInlineSpellChecker->SpellCheckRange(range);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue