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
So I think a common need a lot of people have a common need of creating (pushing) and resetting (popping) to a previous scope without myself having to manually remember each individual context.
An example would be I have a dialog, which opens another dialog, obviously if I am in the context of the second dialog and I hit 'esc' for example, I wouldn't want it to close the first dialog and only the second dialog.
Example almost would be key.pushScope() ... and then when I am ready key.popScope().
The text was updated successfully, but these errors were encountered:
So I think a common need a lot of people have a common need of creating (pushing) and resetting (popping) to a previous scope without myself having to manually remember each individual context.
An example would be I have a dialog, which opens another dialog, obviously if I am in the context of the second dialog and I hit 'esc' for example, I wouldn't want it to close the first dialog and only the second dialog.
Example almost would be key.pushScope() ... and then when I am ready key.popScope().
The text was updated successfully, but these errors were encountered: