Skip to content

Commit 5875ee7

Browse files
XinLi-cyberlixin_33
andauthored
[frontend] 处理知识库回溯点击失效的问题 (#461)
Co-authored-by: lixin_33 <[email protected]>
1 parent dcaa4cb commit 5875ee7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontend/src/pages/chatPreview/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,9 @@ const ChatPreview = (props) => {
448448
}
449449
// 普通日志
450450
messageData.answer?.forEach((log) => {
451+
if (log.type === 'HIDDEN_MSG') {
452+
return;
453+
}
451454
if (log.type === 'FORM') {
452455
let obj = messageProcess(
453456
runningInstanceId.current,

0 commit comments

Comments
 (0)