Expose clearUndoRedo
#6079
mfaux
started this conversation in
Ideas | 产品建议
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, to clear the undo/redo stack, I need to access a protected field:
Consider exposing
clearUndoRedovia the Facade API.I need this functionality in order to prevent users from undoing things like sheet protection and data validations. For example, I can make my sheet header read-only when I insert it programmatically, but the user can CTRL-z and remove that protection.
Beta Was this translation helpful? Give feedback.
All reactions