fix: remove_form_rander (#2782)
This commit is contained in:
parent
15feca802a
commit
e364d6e373
@ -111,7 +111,7 @@ const copy = (data: any) => {
|
|||||||
const text = data.answer_text_list
|
const text = data.answer_text_list
|
||||||
.map((item: Array<any>) => item.map((i) => i.content).join('\n'))
|
.map((item: Array<any>) => item.map((i) => i.content).join('\n'))
|
||||||
.join('\n\n')
|
.join('\n\n')
|
||||||
copyClick(text)
|
copyClick(removeFormRander(text))
|
||||||
} catch (e: any) {
|
} catch (e: any) {
|
||||||
copyClick(removeFormRander(data?.answer_text.trim()))
|
copyClick(removeFormRander(data?.answer_text.trim()))
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user