We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a904487 commit e7c31c6Copy full SHA for e7c31c6
ci/src/index.ts
@@ -18,4 +18,4 @@ for (const num of numbers) {
18
gridInnerHTML.push(...run.map(r => `<div>${JSON.stringify(r)}</div>`));
19
}
20
21
-grid.innerHTML = gridInnerHTML.join('');
+grid.innerHTML += gridInnerHTML.join('');
0 commit comments