Skip to content

Commit

Permalink
fix: temporary fix for PropertiesInput focus loss problem (#4438)
Browse files Browse the repository at this point in the history
Signed-off-by: ROOMrepair <[email protected]>
  • Loading branch information
ROOMrepair authored Jan 17, 2025
1 parent 3f087ab commit c9087bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function PropertiesInput({
))}
{arrayValues.map((item, index) => (
<PropertyItem
key={`array-${item.key}`}
key={`array-${index}-${arrayValues.length}`}
index={index}
value={item || {}}
defaultValue={item || {}}
Expand Down

0 comments on commit c9087bd

Please sign in to comment.