mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
/s/references/reference to fix bug of jumping references
This commit is contained in:
parent
270f7b3eb3
commit
e01ecf1419
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@
|
|||
const decoder = new TextDecoder();
|
||||
|
||||
function readStream() {
|
||||
let reference = null;
|
||||
let references = null;
|
||||
reader.read().then(({ done, value }) => {
|
||||
if (done) {
|
||||
// Evaluate the contents of new_response_text.innerHTML after all the data has been streamed
|
||||
|
|
Loading…
Add table
Reference in a new issue