mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 13:39:52 +00:00
fix(app): enable dialog dismiss on model selector (dialog.tsx) (#10203)
This commit is contained in:
parent
c130dd425a
commit
e376e1de16
2 changed files with 3 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ function init() {
|
|||
}}
|
||||
>
|
||||
<Kobalte.Portal>
|
||||
<Kobalte.Overlay data-component="dialog-overlay" />
|
||||
<Kobalte.Overlay data-component="dialog-overlay" onClick={close} />
|
||||
{element()}
|
||||
</Kobalte.Portal>
|
||||
</Kobalte>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue