forked from fixin.me/fixin.me
Merge corrections provided by Bambuch, cont.
This commit is contained in:
@@ -106,7 +106,7 @@ function dragLeave(event) {
|
||||
if (event.timeStamp <= lastEnterTime) return;
|
||||
event.currentTarget.closest("table").querySelectorAll(".dropzone").forEach((tr) => {
|
||||
tr.classList.remove("dropzone");
|
||||
})
|
||||
});
|
||||
}
|
||||
window.dragLeave = dragLeave;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user