Skip to content

Commit

Permalink
fix: fix pyodide timeout regression
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreminger committed Jan 1, 2025
1 parent ee126f6 commit 919e8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
MathfieldElement.plonkSound = null;
let pyodideWorker;
let pyodideTimeout;
let pyodideTimeout = $state(false);
let pyodideTimeoutRef = 0;
let pyodideLoaded: boolean = $state();
let pyodideNotAvailable: boolean = $state();
Expand Down

0 comments on commit 919e8f3

Please sign in to comment.