mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 16:02:19 +00:00
fix(ui): prevent focus on share popover text field
This commit is contained in:
parent
b695216063
commit
30111d2b16
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue