fix(app): enable dialog dismiss on model selector (dialog.tsx) (#10203)

This commit is contained in:
Rahul A Mistry 2026-01-23 16:25:00 +05:30 committed by GitHub
parent c130dd425a
commit e376e1de16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -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>