Skip to content

Commit 597d2ea

Browse files
committed
update: add LLMChat component for llm chat rendering
1 parent d306447 commit 597d2ea

File tree

1 file changed

+1
-1
lines changed
  • web/packages/vis3-kit/src/components/Renderer/LLMChat

1 file changed

+1
-1
lines changed

web/packages/vis3-kit/src/components/Renderer/LLMChat/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ export function ChatRenderer({ className, name, value, extraTail, titleExtra }:
124124
titleExtra={titleExtra}
125125
extra={(
126126
<ExtraActions>
127-
{layoutNode}
128127
{!preview && wrapButton}
129128
{previewButton}
129+
{preview && layoutNode}
130130
{trigger}
131131
<FullScreenButton elementRef={ref as unknown as RefObject<HTMLElement>} />
132132
{extraTail}

0 commit comments

Comments
 (0)