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
just store a stack of the opened modals; once one is closed, remove from the stack
on esc
if stack is nonempty, close recent item, and do not "deselect". by the above hook/function, this will automatically remove it from the stack - don't do the work twice
if stack is empty, proceed with the default behavior