mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Merge m-c to fx-team a=merge CLOSED TREE
This commit is contained in:
commit
4b888ce197
@ -4398,7 +4398,7 @@
|
|||||||
sourceNode.ownerDocument.defaultView.gMultiProcessBrowser)
|
sourceNode.ownerDocument.defaultView.gMultiProcessBrowser)
|
||||||
return dt.effectAllowed = "none";
|
return dt.effectAllowed = "none";
|
||||||
|
|
||||||
let copyModifier = this.AppConstants.platform == "macosx" ? event.altKey : event.ctrlKey;
|
let copyModifier = this.tabbrowser.AppConstants.platform == "macosx" ? event.altKey : event.ctrlKey;
|
||||||
return dt.effectAllowed = copyModifier ? "copy" : "move";
|
return dt.effectAllowed = copyModifier ? "copy" : "move";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user