Skip to content

Commit e364d6e

Browse files
authored
fix: remove_form_rander (#2782)
1 parent 15feca8 commit e364d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/ai-chat/component/operation-button/ChatOperationButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const copy = (data: any) => {
111111
const text = data.answer_text_list
112112
.map((item: Array<any>) => item.map((i) => i.content).join('\n'))
113113
.join('\n\n')
114-
copyClick(text)
114+
copyClick(removeFormRander(text))
115115
} catch (e: any) {
116116
copyClick(removeFormRander(data?.answer_text.trim()))
117117
}

0 commit comments

Comments
 (0)