mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 539120 - Dragging a Tab onto the Home Button does nothing, r=mconnor
This commit is contained in:
parent
689c448709
commit
eb5903b65c
@ -2719,6 +2719,7 @@ var browserDragAndDrop = {
|
||||
if (types.contains("application/x-moz-file") ||
|
||||
types.contains("text/x-moz-url") ||
|
||||
types.contains("text/uri-list") ||
|
||||
types.contains("text/x-moz-text-internal") ||
|
||||
types.contains("text/plain")) {
|
||||
aEvent.preventDefault();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user