mirror of
https://github.com/docmost/docmost.git
synced 2026-08-30 02:25:01 +08:00
fix(base): prevent popover inputs from losing focus on mobile in row detail modal
This commit is contained in:
@@ -66,6 +66,7 @@ export function FieldChoice({ property, value, readOnly, onChange }: FieldProps)
|
||||
trapFocus
|
||||
closeOnClickOutside
|
||||
closeOnEscape={false}
|
||||
hideDetached={false}
|
||||
>
|
||||
<Popover.Target>
|
||||
<FieldShell
|
||||
|
||||
Reference in New Issue
Block a user