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
Click Edit or Run, then download the notebook file:
https://j-fu.github.io/PlutoVista.jl/dev/plutovista.html
The text was updated successfully, but these errors were encountered:
It's because clicking the <a> is accidentally considered as a light dismiss of the <dialog>, triggering
<a>
<dialog>
Pluto.jl/frontend/common/useDialog.js
Line 27 in b6998a3
Notice that clicking anywhere on the dialog causes it to close :(
Sorry, something went wrong.
7d3fd23
Fixed it by removing the light_dismiss option on dialogs, I found it too tricky to implement correctly.
light_dismiss
We won't be able to fix old Pluto exports unfortunately...
No branches or pull requests
Click Edit or Run, then download the notebook file:
https://j-fu.github.io/PlutoVista.jl/dev/plutovista.html
The text was updated successfully, but these errors were encountered: