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
The light-dismiss behavior from popover comes to <dialog>
One of the nice features of the Popover API is its light dismiss behavior. This behavior is now part of <dialog>, with a new closedby attribute controlling the behavior:
<dialog closedby="none">: No user-triggered closing of dialogs at all.
Reference https://issues.chromium.org/issues/351867704#comment8
The text was updated successfully, but these errors were encountered: