mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-01-31 20:15:23 +01:00
Fix drop event in Firefox (#134)
This commit is contained in:
parent
41fe2820cd
commit
38f995e64f
@ -242,6 +242,7 @@ class PatchContainer {
|
||||
})
|
||||
.on("dragover dragenter dragleave dragend drop", function (e) {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
});
|
||||
|
||||
container.on("drop", function (e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user