mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
fix some firefox mobile issue
This commit is contained in:
parent
fa19a7ae4b
commit
7eb52a616d
@ -11,7 +11,7 @@ export const ItemForm = ({ children, item, title, setPopupTitle }: { children?:
|
||||
}, [title])
|
||||
|
||||
return (
|
||||
<div className='tw-flex tw-justify-center'>{
|
||||
<div>{
|
||||
children ?
|
||||
React.Children.toArray(children).map((child) =>
|
||||
React.isValidElement<{ item: Item, test: string }>(child) ?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user