Skip to content

Commit 369a91f

Browse files
committed
Markdown cell shouldn't leave edit mode without an explicit user action
1 parent 5e8d85b commit 369a91f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/vs/workbench/contrib/notebook/browser/viewModel/markdownCellViewModel.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ export class MarkdownCellViewModel extends BaseCellViewModel implements ICellVie
154154
}
155155

156156
onDeselect() {
157-
this.editState = CellEditState.Preview;
158157
}
159158

160159
getMarkdownRenderer() {

0 commit comments

Comments
 (0)