Open tinymachine opened 3 months ago
Use svelte-accessible-modal instead of BaseModal to trap focus in the modal and to avoid unexpected :focus-visible behavior in Safari when modal is closed.
svelte-accessible-modal
BaseModal
:focus-visible
Use
svelte-accessible-modal
instead ofBaseModal
to trap focus in the modal and to avoid unexpected:focus-visible
behavior in Safari when modal is closed.