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

Is there a way to access the InputHistory within the source? #7

Closed
danvim opened this issue Jun 12, 2015 · 1 comment
Closed

Is there a way to access the InputHistory within the source? #7

danvim opened this issue Jun 12, 2015 · 1 comment

Comments

@danvim
Copy link

danvim commented Jun 12, 2015

I examined the source of the code. I'm sorry I am not familiar with the node styled javascript. I would like to add buttons for the functions for redoing and undoing history. Is that something doable?

@bevacqua
Copy link
Owner

We could consider exposing the history instance on the public API, or maybe a subset of its API (the methods that make sense to expose, like undo, redo, canUndo, canRedo, and reset.

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

No branches or pull requests

2 participants