Skip to content

Commit

Permalink
Merge pull request #146181 from microsoft/joh/fix/145793
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Mar 29, 2022
2 parents 3a5a169 + e2e4067 commit 521a3d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export class MainThreadNotebookDocuments implements MainThreadNotebookDocumentsS
});
break;
case NotebookCellsChangeType.ChangeLanguage:
case NotebookCellsChangeType.ChangeCellContent:
case NotebookCellsChangeType.ChangeCellMetadata:
case NotebookCellsChangeType.ChangeCellInternalMetadata:
eventDto.rawEvents.push(e);
Expand Down

0 comments on commit 521a3d8

Please sign in to comment.