/s/references/reference to fix bug of jumping references

This commit is contained in:
sabaimran 2023-11-06 16:12:25 -08:00
parent 270f7b3eb3
commit e01ecf1419

View file

@ -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