Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
OpenSource
/
dify
Segui
4
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
152
Wiki
Attività
Sfoglia il codice sorgente
fix: add then eidt annotion cause show bug (
#1775
)
tags/0.3.34
Joel
1 anno fa
parent
1a5279a3ef
commit
4f0e272549
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file
con
4 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
4
0
web/app/components/app/chat/index.tsx
+ 4
- 0
web/app/components/app/chat/index.tsx
Vedi File
@@ -231,6 +231,10 @@ const Chat: FC<IChatProps> = ({
return {
...item,
content: answer,
annotation: {
...item.annotation,
logAnnotation: undefined,
} as any,
}
}
return item
Write
Preview
Loading…
Annulla
Salva