bring back the badge editor
This commit is contained in:
@@ -32,6 +32,9 @@
|
||||
if (!target || target === draggedItem) {
|
||||
return;
|
||||
}
|
||||
if (draggedItem === null) {
|
||||
return;
|
||||
}
|
||||
const inSameList = draggedItem.dataset.sortableListKey === target.dataset.sortableListKey;
|
||||
if (!inSameList) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user