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

Wrong documentation for inspecting done and undone #75

Open
tobiascornille opened this issue Jul 8, 2021 · 1 comment
Open

Wrong documentation for inspecting done and undone #75

tobiascornille opened this issue Jul 8, 2021 · 1 comment

Comments

@tobiascornille
Copy link

Hi, when exposing the done and undone stacks, the docs mention that we can access the stacks via:
const { done, undone } = this.$store.state;

This should be:
const { done, undone } = this.$store.state.undoRedoConfig;

@andrewbeng89
Copy link
Member

Hi @tobiascornille thanks using the plugin and for spotting this 👍, we will update the documentation shortly.

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