mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
💄
This commit is contained in:
@@ -161,7 +161,7 @@ export class MainThreadNotebookEditors implements MainThreadNotebookEditorsShape
|
||||
return;
|
||||
}
|
||||
const viewModel = notebookEditor.viewModel;
|
||||
const cell = viewModel.viewCells[range.start];
|
||||
const cell = viewModel.cellAt(range.start);
|
||||
if (!cell) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user