We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032fdcd commit d6366f9Copy full SHA for d6366f9
1 file changed
script.js
@@ -172,7 +172,7 @@ function openEditor(pythonCode, problemTitle) {
172
document.getElementById('code-output-inline').innerHTML = '';
173
});
174
175
- // Load Pyodide in background
+ // Load Pyodide in background if not already loaded
176
if (!state.pyodide && !state.pyodideLoading) {
177
initPyodide();
178
}
0 commit comments