Enable keyboard navigation in notebooks (#18176)

This commit is contained in:
Barbara Valdez
2022-02-08 14:30:58 -08:00
committed by GitHub
parent 6ba746e570
commit 8695b463dc
7 changed files with 96 additions and 28 deletions

View File

@@ -107,7 +107,7 @@ export class CellModel extends Disposable implements ICellModel {
this._source = '';
}
this._isEditMode = this._cellType !== CellTypes.Markdown;
this._isEditMode = false;
this._stdInVisible = false;
if (_options && _options.isTrusted) {
this._isTrusted = true;