manual line breaking support on tooltip component (#4251)

This commit is contained in:
Celal Zamanoglu
2025-12-10 01:11:05 +03:00
committed by GitHub
parent 9fa7c0c96e
commit 3d123968cc
2 changed files with 2 additions and 3 deletions

View File

@@ -666,8 +666,7 @@ function ConditionalNodeComponent({ id, data }: NodeProps<ConditionalNode>) {
</Label>
{!activeBranch.is_default && (
<HelpTooltip
content={`Jinja: {{ y > 100 }}
Natural language: y is greater than 100`}
content={`Jinja: {{ y > 100 }}\nNatural language: y is greater than 100`}
/>
)}
</div>