💄 Fix Items list top alignment

This commit is contained in:
Baptiste Arnaud 2025-04-14 20:07:08 +02:00
parent 4836bf1d80
commit 3c11131f18
No known key found for this signature in database

View File

@ -161,6 +161,7 @@ export const ItemNodesList = ({
isExpanded={expandedPlaceholderIndex === 0}
ref={handlePushElementRef(0)}
onClick={() => insertItem(0)}
initialHeightPixels={5}
>
Add {itemName}
</PlaceholderNode>