Skip to content

Commit 300e263

Browse files
committed
fix: drop contentsRAF null reset to prevent reactive loop
1 parent dd31641 commit 300e263

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
@@ -932,7 +932,6 @@
932932
cancelAnimationFrame(contentsRAF);
933933
contentsRAF = requestAnimationFrame(() => {
934934
getContents();
935-
contentsRAF = null;
936935
});
937936
} else {
938937
artifactContents.set([]);

0 commit comments

Comments
 (0)