Skip to content

Commit 0f48a35

Browse files
committed
don't add initialization edits to undo stack
1 parent 9038464 commit 0f48a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/notebook/common/model/notebookTextModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ export class NotebookTextModel extends Disposable implements INotebookTextModel
402402
true,
403403
undefined, () => undefined,
404404
undefined,
405-
true
405+
false
406406
);
407407
}
408408

0 commit comments

Comments
 (0)