fix: minor changes

This commit is contained in:
Ilia Mashkov
2026-01-13 20:09:30 +03:00
parent 7146328982
commit 76172aaa6b
2 changed files with 38 additions and 12 deletions

View File

@@ -31,7 +31,7 @@ let {
}: Props = $props();
let open = $state(false);
let triggerRef = $state<HTMLInputElement>();
let triggerRef = $state<HTMLInputElement>(null!);
const contentId = useId(id);
function closeAndFocusTrigger() {