mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -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) {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
});
|
||||
|
||||
container.on("drop", function (e) {
|
||||
|
||||
Reference in New Issue
Block a user