Open
Description
This was discovered while digging into #563 behavior on the website.
Basically, if you run &sl
, ⍢()1
or virtually anything that takes some time to run you can notice that the editor itself, other editor widgets, search bar etc. are all inaccessible.
Potential solutions include using the browser's async runtime to run other things while the code is running, or using WASM threads.