mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 01:25:39 -05:00
Enable keyboard navigation in notebooks (#18176)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user