Make text drag work again (bug 193568), r=bryner@netscape.com, sr=jst@netscape.com, a=asa@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@138160 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1284,7 +1284,7 @@ NS_IMETHODIMP nsHTMLEditor::CanDrag(nsIDOMEvent *aDragEvent, PRBool *aCanDrag)
|
||||
|
||||
if (nsevent)
|
||||
{
|
||||
res = nsevent->GetOriginalTarget(getter_AddRefs(eventTarget));
|
||||
res = nsevent->GetExplicitOriginalTarget(getter_AddRefs(eventTarget));
|
||||
if (NS_FAILED(res))
|
||||
{
|
||||
return res;
|
||||
|
||||
Reference in New Issue
Block a user