diff --git a/frontend/src/components/tree-editor/NodeFormAction.tsx b/frontend/src/components/tree-editor/NodeFormAction.tsx index 1d37d80f..90fcd1cf 100644 --- a/frontend/src/components/tree-editor/NodeFormAction.tsx +++ b/frontend/src/components/tree-editor/NodeFormAction.tsx @@ -3,6 +3,7 @@ import { DynamicArrayField } from './DynamicArrayField' import { NodePicker } from './NodePicker' import { useTreeEditorStore } from '@/store/treeEditorStore' import { MarkdownContent } from '@/components/ui/MarkdownContent' +import { InfoTip } from '@/components/common/InfoTip' import type { TreeStructure } from '@/types' import { cn } from '@/lib/utils' @@ -75,8 +76,9 @@ export function NodeFormAction({ node, onUpdate }: NodeFormActionProps) { {/* Description */}
-
-

- Supports markdown: **bold**, *italic*, - lists, 1. numbered lists, `code` -

{showPreview && node.description ? (
@@ -118,12 +117,10 @@ export function NodeFormAction({ node, onUpdate }: NodeFormActionProps) { {/* Commands */}
-