Not finding what you are looking for? Request a recipe!

  1. Avg. Rating 4.6

    Undo and redo.

    Every time the document is changed, we save the previous state on a list. To undo, we take the data at the current position in the list, and use it to restore the document. We also need to save the document state before we restore it. This enables us to redo.

  • Results 1-1 of 1