Add icon picker to room create component

This commit is contained in:
Matthew Remmel
2025-10-20 10:39:53 -04:00
committed by hodlbod
parent a730384baf
commit c3dd997e57
1273 changed files with 4783 additions and 4605 deletions
-5
View File
@@ -1,5 +1,4 @@
<script lang="ts">
import {onDestroy} from "svelte"
import {type Instance} from "tippy.js"
import type {NativeEmoji} from "emoji-picker-element/shared"
import {between, throttle} from "@welshman/lib"
@@ -27,10 +26,6 @@
})
let popover: Instance | undefined = $state()
onDestroy(() => {
popover = undefined
})
</script>
<svelte:document onmousemove={onMouseMove} />