mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
Fix drop event in Firefox (#134)
This commit is contained in:
@@ -242,6 +242,7 @@ class PatchContainer {
|
|||||||
})
|
})
|
||||||
.on("dragover dragenter dragleave dragend drop", function (e) {
|
.on("dragover dragenter dragleave dragend drop", function (e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
e.stopPropagation();
|
||||||
});
|
});
|
||||||
|
|
||||||
container.on("drop", function (e) {
|
container.on("drop", function (e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user