diff --git a/src/components/nodes/VideoTrimNode.tsx b/src/components/nodes/VideoTrimNode.tsx index 786cd033..19fe3ec4 100644 --- a/src/components/nodes/VideoTrimNode.tsx +++ b/src/components/nodes/VideoTrimNode.tsx @@ -203,13 +203,8 @@ export function VideoTrimNode({ id, data, selected }: NodeProps updateNodeData(id, { customTitle: title || undefined })} - onCommentChange={(comment) => updateNodeData(id, { comment: comment || undefined })} selected={selected} - commentNavigation={commentNavigation ?? undefined} + contentClassName="flex-1 min-h-0 overflow-clip" minWidth={360} minHeight={360} >