mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
Fix "focus last cell" and test
This commit is contained in:
@@ -577,7 +577,7 @@ export class NotebookViewModel extends Disposable implements EditorFoldingStateD
|
||||
}
|
||||
}
|
||||
|
||||
return index + 1;
|
||||
return index;
|
||||
}
|
||||
|
||||
hasCell(cell: ICellViewModel) {
|
||||
|
||||
Reference in New Issue
Block a user