diff --git a/js/dllpatcher.js b/js/dllpatcher.js index 841a1b5..27a7397 100644 --- a/js/dllpatcher.js +++ b/js/dllpatcher.js @@ -242,6 +242,7 @@ class PatchContainer { }) .on("dragover dragenter dragleave dragend drop", function (e) { e.preventDefault(); + e.stopPropagation(); }); container.on("drop", function (e) {