We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0128314 commit 0984377Copy full SHA for 0984377
frameworks/keyed/vanillajs-3/src/Main.js
@@ -53,6 +53,6 @@ tbody.onclick = (e) => {
53
}
54
55
for (let [key, fn] of Object.entries({
56
- run: create, runlots: () => create(10000),
+ run: create, runlots: () => create(10000),
57
add: append, update, clear, swaprows: swap
58
})) document.getElementById(key).onclick = (e) => { e.stopPropagation(), fn() }
0 commit comments