Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature - Scope Push and Pop #122

Open
adrian-chang opened this issue Apr 8, 2014 · 1 comment
Open

Feature - Scope Push and Pop #122

adrian-chang opened this issue Apr 8, 2014 · 1 comment

Comments

@adrian-chang
Copy link

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().

@madrobby
Copy link
Owner

madrobby commented Oct 9, 2014

That sounds like a great feature suggestion. Open to pull requests for this one! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants