Skip to content
This repository was archived by the owner on Dec 30, 2019. It is now read-only.
This repository was archived by the owner on Dec 30, 2019. It is now read-only.

Undo and redo API #104

@cdamus

Description

@cdamus
  • undo and redo commands on the edit endpoint
  • on undo, compute the inverse of the command that was undone and send that to subscribers for incremental update notification
  • on redo, send the redone command to subscribers
  • ensure that the save API tells the CommandStack that save was done
  • if undo returns to the last savepoint, notify subscribers about dirty state change (command-stack listener)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions