fix(ui): prevent focus on share popover text field

This commit is contained in:
David Hill
2026-01-24 22:17:59 +00:00
parent 37a307b3b8
commit 8bb6cf5e6a
3 changed files with 4 additions and 3 deletions
@@ -195,8 +195,8 @@ export function SessionHeader() {
</div>
}
>
<div class="flex flex-col gap-2 w-72">
<TextField value={shareUrl() ?? ""} readOnly copyable class="w-full" />
<div class="flex flex-col gap-2">
<TextField value={shareUrl() ?? ""} readOnly copyable tabIndex={-1} class="w-full" />
<div class="grid grid-cols-2 gap-2">
<Button
size="large"