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
|
|
@ -3252,6 +3252,7 @@
|
|||
this.reorderItemInCategory(draggedItemId, targetItemId, position);
|
||||
}
|
||||
card.classList.remove('drop-before', 'drop-after');
|
||||
});
|
||||
});
|
||||
|
||||
// Modifier drag handlers
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue