Markdown cell shouldn't leave edit mode without an explicit user action

This commit is contained in:
Rob Lourens
2020-05-20 12:17:48 -05:00
parent 5e8d85b727
commit 369a91f656
@@ -154,7 +154,6 @@ export class MarkdownCellViewModel extends BaseCellViewModel implements ICellVie
}
onDeselect() {
this.editState = CellEditState.Preview;
}
getMarkdownRenderer() {