Skip to content

Commit

Permalink
don't add initialization edits to undo stack
Browse files Browse the repository at this point in the history
  • Loading branch information
amunger committed Sep 8, 2022
1 parent 4087873 commit 43702c9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -402,7 +402,7 @@ export class NotebookTextModel extends Disposable implements INotebookTextModel
true,
undefined, () => undefined,
undefined,
true
false
);
}

Expand Down

0 comments on commit 43702c9

Please sign in to comment.