Method
redo()
Redo the most recent undone command.
@MainActor func redo() async throws
Discussion
This method re-executes the most recently undone command, moving it from the redo stack back to the undo stack.
Method
Redo the most recent undone command.
@MainActor func redo() async throws
This method re-executes the most recently undone command, moving it from the redo stack back to the undo stack.