Skip to main content
Inspiring
November 4, 2009
Question

UndoManager access

  • November 4, 2009
  • 1 reply
  • 538 views

I want to access the latest undo operation in the undo array - but I don't want to destroy it (or execute it)

Is there anyway to do that?

This topic has been closed for replies.

1 reply

Adobe Employee
November 4, 2009

You can cal peekUndo() on the UndoManager to get the next op to undo (last op executed).

- robin