refac/fix: sortable items isseu

This commit is contained in:
Timothy Jaeryang Baek
2025-08-14 02:21:28 +04:00
parent 28faaa23c4
commit 64b6ac4c1f
2 changed files with 5 additions and 5 deletions

View File

@@ -42,7 +42,7 @@
}
if (bannerListElement) {
sortable = Sortable.create(bannerListElement, {
sortable = new Sortable(bannerListElement, {
animation: 150,
handle: '.item-handle',
onUpdate: async (event) => {