Skip to content

Commit

Permalink
whitespace/format
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoyokrazy committed Jun 12, 2023
1 parent 8aa1cc8 commit c506b0c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -248,7 +248,7 @@ export class CodeCell extends Disposable {

this._register(this.templateData.editor.onDidChangeCursorSelection((e) => {
if (e.source === 'restoreState' || e.oldModelVersionId === 0) {
// do not reveal the cell into view if this selection change was caused by restoring editors...
// do not reveal the cell into view if this selection change was caused by restoring editors...
return;
}

Expand Down

0 comments on commit c506b0c

Please sign in to comment.