commit
ad414f33c9
|
@ -224,7 +224,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
function linkDropper(event) {
|
function linkDropper(event) {
|
||||||
var linkFound = event.dataTransfer.types.contains("text/uri-list");
|
var linkFound = event.dataTransfer.types.includes("text/uri-list");
|
||||||
if(linkFound)
|
if(linkFound)
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user