fix(ui): node title shows text cursor

This commit is contained in:
psychedelicious
2025-02-19 13:56:06 +10:00
parent 40eedfebf7
commit bcfeae94d2

View File

@@ -48,7 +48,7 @@ const NodeTitle = ({ nodeId, title }: Props) => {
}, [batchGroupId, editable.value, t]);
return (
<Flex overflow="hidden" w="full" h="full" alignItems="center" justifyContent="center" cursor="text">
<Flex overflow="hidden" w="full" h="full" alignItems="center" justifyContent="center">
{!editable.isEditing && (
<Text fontWeight="semibold" color={batchGroupColorToken} onDoubleClick={editable.startEditing}>
{titleWithBatchGroupId}