We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d72014 commit df0563aCopy full SHA for df0563a
src/datascience-ui/native-editor/redux/reducers/creation.ts
@@ -121,9 +121,6 @@ export namespace Creation {
121
}
122
123
export function deleteAllCells(arg: NativeEditorReducerArg<IAddCellAction>): IMainState {
124
- // Send messages to other side to indicate the deletes
125
- arg.queueAction(createPostableAction(InteractiveWindowMessages.DeleteAllCells));
126
-
127
// Just leave one single blank empty cell
128
const newVM: ICellViewModel = {
129
cell: createEmptyCell(arg.payload.data.newCellId, null),
0 commit comments