mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 09:35:38 -05:00
Re-enable notebook editor unit tests (#13328)
* wip * Re-enable notebook editor tests * PR Feedback
This commit is contained in:
@@ -368,7 +368,7 @@ export class NotebookEditor extends EditorPane implements IFindNotebookControlle
|
||||
currentMatch: false,
|
||||
loop: true
|
||||
};
|
||||
this._notebookModel.cells.forEach(cell => {
|
||||
this._notebookModel.cells?.forEach(cell => {
|
||||
this._register(cell.onCellModeChanged((state) => {
|
||||
this._onFindStateChange(changeEvent).catch(onUnexpectedError);
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user