Bug 454986, multiple images being dropped, r+sr=neil

This commit is contained in:
Neil Deakin 2008-09-19 11:26:49 -04:00
parent 75e0003c9e
commit 374c1a63d0

View File

@ -409,6 +409,7 @@ NS_IMETHODIMP nsPlaintextEditor::DoDrag(nsIDOMEvent *aDragEvent)
if (NS_FAILED(rv)) return rv;
aDragEvent->StopPropagation();
aDragEvent->PreventDefault();
return rv;
}