We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 501e784 commit b5e2d2fCopy full SHA for b5e2d2f
src/ide/vscode/VscodeFocusEditor.ts
@@ -94,7 +94,6 @@ async function focusNotebookCell(editor: VscodeTextEditorImpl) {
94
}),
95
];
96
desiredNotebookEditor.selections = desiredSelections;
97
- desiredNotebookEditor.revealRange(desiredSelections[0]);
98
99
// Issue a command to tell VSCode to focus the cell input editor
100
// NB: We don't issue the command if it's already focused, because it turns
0 commit comments