fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
4.96k stars 286 forks source link

Fix input context menu focus issue on safari #2804

Closed fonsp closed 7 months ago

fonsp commented 7 months ago

Fix #2801

The problem is that safari does not focus a button when you click it, unlike Chrome and Firefox...

This fixes the issue but I'm a bit lost on how to do focus management on Safari.

github-actions[bot] commented 7 months ago

Try this Pull Request!

Open Julia and type:

  julia> import Pkg
  julia> Pkg.activate(temp=true)
  julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="context-menu-focus-safari-fix")
  julia> using Pluto