Skip to content

Wrong documentation for inspecting done and undone #75

@tobiascornille

Description

@tobiascornille

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions