mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
Fix 52541: link dragging no longer works. r=dr sr=alecf
This commit is contained in:
parent
b53ddc4075
commit
aec6f5c9cb
@ -323,7 +323,7 @@ var contentAreaDNDObserver = {
|
||||
case 'LI':
|
||||
case 'OL':
|
||||
case 'DD':
|
||||
var node = enclosingLink(aEvent.target);
|
||||
var node = this.findEnclosingLink(aEvent.target);
|
||||
textstring = "";
|
||||
//select node now!
|
||||
if (node)
|
||||
|
Loading…
Reference in New Issue
Block a user