Skip to content

Commit d21d62c

Browse files
Algorithm5838github-actions[bot]
authored andcommitted
fix: drop contentsRAF null reset to prevent reactive loop
1 parent c211563 commit d21d62c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/lib/components/chat/Chat.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,6 @@
938938
cancelAnimationFrame(contentsRAF);
939939
contentsRAF = requestAnimationFrame(() => {
940940
getContents();
941-
contentsRAF = null;
942941
});
943942
} else {
944943
artifactContents.set([]);

0 commit comments

Comments
 (0)