You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 16, 2024. It is now read-only.
This refers to the code in the focusFirstElement function, which loops through the modal content to check for the "first" thing to set the users focus to.
If there is a flat HTML structure — i.e. no nested HTML tags; as in, just a <div> or just some text — this call will break the modal's functionality.
This refers to the code in the
focusFirstElementfunction, which loops through the modal content to check for the "first" thing to set the users focus to.If there is a flat HTML structure — i.e. no nested HTML tags; as in, just a
<div>or just some text — this call will break the modal's functionality.