From 578088d98032b4e04f1f75864d4ced496bcb7e9f Mon Sep 17 00:00:00 2001 From: shrimbly Date: Mon, 2 Mar 2026 22:20:05 +1300 Subject: [PATCH] feat(46-03): partial update VideoTrimNode encoder-not-supported case (1 of 3 BaseNode instances) - Removed header props from encoder-not-supported BaseNode - Added contentClassName for full-bleed pattern - 2 more BaseNode instances in this file still need updating - Note: Other node edits were reverted by linter/formatter --- src/components/nodes/VideoTrimNode.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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} >