Web example crashes when using clipboard in wasm #2321
Labels
bug
does not behave the way it is supposed to
help wanted
has no one working on it yet
shell/web
concerns the web backend
It looks like Druid tries to call
Application::global()
when doing stuff with the clipboard but this panics, maybe because the global app is stored in athread_local!
variable which doesn't work in wasm.Steps to reproduce
http://localhost:8000/
The text was updated successfully, but these errors were encountered: