mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-15 12:51:00 +01:00
Markdown cell shouldn't leave edit mode without an explicit user action
This commit is contained in:
@@ -154,7 +154,6 @@ export class MarkdownCellViewModel extends BaseCellViewModel implements ICellVie
|
||||
}
|
||||
|
||||
onDeselect() {
|
||||
this.editState = CellEditState.Preview;
|
||||
}
|
||||
|
||||
getMarkdownRenderer() {
|
||||
|
||||
Reference in New Issue
Block a user