Skip to content

Commit

Permalink
fix protected field
Browse files Browse the repository at this point in the history
  • Loading branch information
amunger committed Nov 17, 2023
1 parent 773e2b4 commit a086a83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class NotebookVariablesView extends ViewPane {
this._register(this.notebookExecutionStateService.onDidChangeExecution(this.handleExecutionStateChange.bind(this)));
}

public override renderBody(container: HTMLElement): void {
protected override renderBody(container: HTMLElement): void {
super.renderBody(container);

this.tree = <NotebookVariablesTree>this.instantiationService.createInstance(
Expand Down

0 comments on commit a086a83

Please sign in to comment.