-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
I was wondering if you could implement undo/redo commands
CodeEditor.Undo();
method:
var result = await this.InvokeScriptAsync(@"function runUndo() { editor.getModel().undo(); }; runUndo();");
CodeEditor.Redo();
method:
var result = await this.InvokeScriptAsync(@"function runRedo() { editor.getModel().redo(); }; runRedo();");
Metadata
Metadata
Assignees
Labels
No labels