зеркало из https://github.com/mozilla/gecko-dev.git
Bug 739537 - No longer drop leading space from the plain text clipboard flavor when exporting both HTML and plain text to clipboard. r=smaug.
This commit is contained in:
Родитель
c2a6dd8773
Коммит
6f3ab1156e
|
@ -188,10 +188,6 @@ SelectionCopyHelper(nsISelection *aSel, nsIDocument *aDoc,
|
|||
if (NS_FAILED(rv))
|
||||
return rv;
|
||||
|
||||
// Emulate the collateral damage from bug 564737. Remove the following
|
||||
// line to fix bug 739537.
|
||||
plaintextBuffer.Trim(" ", true, false);
|
||||
|
||||
// Now create the version that shows HTML context
|
||||
|
||||
mimeType.AssignLiteral(kHTMLMime);
|
||||
|
|
Загрузка…
Ссылка в новой задаче