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 12, 2022
1 parent 9038464 commit 0f48a35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 0f48a35

Please sign in to comment.