зеркало из https://github.com/mozilla/pjs.git
Fix paste as quotation
This commit is contained in:
Родитель
00120ab9c4
Коммит
4a84d12c3c
|
@ -517,7 +517,8 @@ nsTextEditorMouseListener::MouseDown(nsIDOMEvent* aMouseEvent)
|
|||
if (mailEditor)
|
||||
mailEditor->PasteAsQuotation();
|
||||
}
|
||||
editor->Paste();
|
||||
else
|
||||
editor->Paste();
|
||||
return NS_ERROR_BASE; // NS_ERROR_BASE means "We did process the event".
|
||||
}
|
||||
return NS_OK; // did not process the event
|
||||
|
|
|
@ -517,7 +517,8 @@ nsTextEditorMouseListener::MouseDown(nsIDOMEvent* aMouseEvent)
|
|||
if (mailEditor)
|
||||
mailEditor->PasteAsQuotation();
|
||||
}
|
||||
editor->Paste();
|
||||
else
|
||||
editor->Paste();
|
||||
return NS_ERROR_BASE; // NS_ERROR_BASE means "We did process the event".
|
||||
}
|
||||
return NS_OK; // did not process the event
|
||||
|
|
Загрузка…
Ссылка в новой задаче