asokolov
May 19, 2021Brass Contributor
Status:
New
Implement some kind of UndoRecord class in office-js for Office Word
I have a Word add-in that needs to do some manipulation on the document and be able to undo them with one click on the undo button. In the VSTO add-in version, I am using the UndoRecord class, but it looks like there are no analogues in office-js.
- Yun_Wang
Microsoft
Currently, operations are grouped and can be Undo between each Context.Sync. Should this help on your scenarios?