mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
Issue #517 Part 1: Import newtab page from Basilisk (sans directory service provider module)
This commit is contained in:
parent
a179019413
commit
48cdeab201
20 changed files with 4821 additions and 314 deletions
|
|
@ -11,7 +11,7 @@ var gDragDataHelper = {
|
|||
|
||||
getLinkFromDragEvent: function DragDataHelper_getLinkFromDragEvent(aEvent) {
|
||||
let dt = aEvent.dataTransfer;
|
||||
if (!dt || !dt.types.contains(this.mimeType)) {
|
||||
if (!dt || !dt.types.includes(this.mimeType)) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue