mirror of
https://github.com/open-webui/open-webui
synced 2025-06-22 18:07:17 +00:00
Update FolderMenu.svelte
This commit is contained in:
parent
6bd849415f
commit
5d1e50c302
@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
const handleMenuTrigger = (event) => {
|
const handleMenuTrigger = (event) => {
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
|
show = !show;
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user