Skip to content

Commit f728f10

Browse files
committed
add link
1 parent 78ab303 commit f728f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/keyed/svelte-classic/src/Main.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
partialUpdate = () => {
6767
const clone = data.slice();
6868
for (let i = 0; i < data.length; i += 10) {
69-
// clone[i].label += " !!!";
69+
// clone[i].label += " !!!"; (see https://github.com/sveltejs/svelte/issues/9521)
7070
clone[i] = {...clone[i], label: clone[i].label + ` !!!`}
7171
}
7272
data = clone;

0 commit comments

Comments
 (0)