Skip to content

Commit 00bddb6

Browse files
committed
fix: drop contentsRAF null reset to prevent reactive loop
1 parent 8335d7e commit 00bddb6

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
@@ -926,7 +926,6 @@
926926
cancelAnimationFrame(contentsRAF);
927927
contentsRAF = requestAnimationFrame(() => {
928928
getContents();
929-
contentsRAF = null;
930929
});
931930
} else {
932931
artifactContents.set([]);

0 commit comments

Comments
 (0)