Update FolderMenu.svelte

This commit is contained in:
Classic298
2025-06-21 21:54:49 +02:00
committed by GitHub
parent 6bd849415f
commit 5d1e50c302

View File

@@ -16,6 +16,7 @@
const handleMenuTrigger = (event) => {
event.stopPropagation();
show = !show;
};
</script>