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 c2f4ea7 commit f4a991fCopy full SHA for f4a991f
pyscriptjs/src/components/pyscript.ts
@@ -141,7 +141,7 @@ async function initHandlers() {
141
source = `Element("${el.id}").element.onclick = ${handlerCode}`;
142
output = await pyodide.runPythonAsync(source);
143
144
- // TODO: Should we actually map handlers in JS instaed of Python?
+ // TODO: Should we actually map handlers in JS instead of Python?
145
// el.onclick = (evt: any) => {
146
// console.log("click");
147
// new Promise((resolve, reject) => {
0 commit comments