forked from open-webui/open-webui
feat: chat menu tag
This commit is contained in:
parent
3488b7f006
commit
323b9adc63
4 changed files with 67 additions and 1 deletions
|
@ -4,10 +4,12 @@
|
|||
|
||||
import { flyAndScale } from '$lib/utils/transitions';
|
||||
|
||||
export let show = false;
|
||||
const dispatch = createEventDispatcher();
|
||||
</script>
|
||||
|
||||
<DropdownMenu.Root
|
||||
bind:open={show}
|
||||
onOpenChange={(state) => {
|
||||
dispatch('change', state);
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue