Skip to content

Commit df0563a

Browse files
committed
Remove cyclic messages
1 parent 9d72014 commit df0563a

File tree

1 file changed

+0
-3
lines changed
  • src/datascience-ui/native-editor/redux/reducers

1 file changed

+0
-3
lines changed

src/datascience-ui/native-editor/redux/reducers/creation.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ export namespace Creation {
121121
}
122122

123123
export function deleteAllCells(arg: NativeEditorReducerArg<IAddCellAction>): IMainState {
124-
// Send messages to other side to indicate the deletes
125-
arg.queueAction(createPostableAction(InteractiveWindowMessages.DeleteAllCells));
126-
127124
// Just leave one single blank empty cell
128125
const newVM: ICellViewModel = {
129126
cell: createEmptyCell(arg.payload.data.newCellId, null),

0 commit comments

Comments
 (0)