We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I updated to 0.19.44 and noticed that Pluto doesn't load correctly in the browser. It's stuck at the following screen:
I'm using Firefox and it seems the issue is the navigator.userAgentData used here
navigator.userAgentData
Pluto.jl/frontend/common/KeyboardShortcuts.js
Line 2 in b146dcc
Perhaps the fix is to simply insert a ? like this?
?
/Mac/i.test(navigator.userAgentData?.platform ?? navigator.platform)
Downgrading to 0.19.43 fixes the issue.
The text was updated successfully, but these errors were encountered:
I ran into the same issue with both Safari and Firefox.
Sorry, something went wrong.
thank you for the report, a new release will be tagged with the fix.
Successfully merging a pull request may close this issue.
I updated to 0.19.44 and noticed that Pluto doesn't load correctly in the browser. It's stuck at the following screen:
I'm using Firefox and it seems the issue is the
navigator.userAgentData
used herePluto.jl/frontend/common/KeyboardShortcuts.js
Line 2 in b146dcc
Perhaps the fix is to simply insert a
?
like this?Downgrading to 0.19.43 fixes the issue.
The text was updated successfully, but these errors were encountered: