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
fix(dialog): focus recapturing not accounting for autoFocus option (#19356)
In #18826 we added some logic to recapture focus if the user clicks on a disabled backdrop. The problem is that we didn't account for the `autoFocus` config option.
Fixes#19350.
0 commit comments