We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b6d251 commit a455db4Copy full SHA for a455db4
docs/Transactions_API.md
@@ -34,4 +34,7 @@ ue.end_transaction()
34
# undo the two transactions
35
ue.editor_undo()
36
37
+
38
+# redo the last one
39
+ue.editor_redo()
40
```
0 commit comments