Update FolderMenu.svelte

This commit is contained in:
Classic298 2025-06-21 21:54:49 +02:00 committed by GitHub
parent 6bd849415f
commit 5d1e50c302
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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