Update Interface.svelte

fix
This commit is contained in:
Silentoplayz 2025-02-25 16:40:06 -05:00
parent e5db861e8b
commit dd84f54871

View File

@ -82,9 +82,6 @@
bannersSortable = new Sortable(document.querySelector('.banners-sortable'), {
handle: ".flex-1",
animation: 300,
onSort: (event) => {
updateBanners();
},
});
});
</script>