mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Issue #2388 - Part 5: Make Selection::ToString flush frames
This commit is contained in:
parent
4a438e6607
commit
47ebb88310
1 changed files with 1 additions and 1 deletions
|
|
@ -1201,7 +1201,7 @@ Selection::ToString(nsAString& aReturn)
|
|||
aReturn.Truncate();
|
||||
return NS_OK;
|
||||
}
|
||||
shell->FlushPendingNotifications(Flush_Style);
|
||||
shell->FlushPendingNotifications(Flush_Frames);
|
||||
|
||||
return ToStringWithFormat("text/plain",
|
||||
nsIDocumentEncoder::SkipInvisibleContent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue