Fix missing closing brace in item drag handler
This commit is contained in:
parent
b6c1569add
commit
ff6e4f2a36
1 changed files with 1 additions and 0 deletions
|
|
@ -3253,6 +3253,7 @@
|
|||
}
|
||||
card.classList.remove('drop-before', 'drop-after');
|
||||
});
|
||||
});
|
||||
|
||||
// Modifier drag handlers
|
||||
document.querySelectorAll('.item-card.modifier').forEach(card => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue