This commit is contained in:
akkana%netscape.com 2000-03-14 02:57:38 +00:00
Родитель 00120ab9c4
Коммит 4a84d12c3c
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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