fix: Enhance components with display names and ref forwarding; fix preview and edit slice style issue

This commit is contained in:
twwu
2024-12-18 14:47:33 +08:00
parent a1abbedc13
commit 8d9a2d6d99
9 changed files with 47 additions and 21 deletions

View File

@ -1086,6 +1086,7 @@ const StepTwo = ({
label={`C-${indexForLabel}`}
text={child}
tooltip={`Child-chunk-${indexForLabel} · ${child.length} Characters`}
labelInnerClassName='text-[10px] font-semibold align-bottom leading-7'
/>
)
})}