This commit is contained in:
Rob Lourens 2022-03-11 13:50:54 -08:00
parent 58966a9814
commit e4cf231274

View file

@ -317,7 +317,7 @@ export class NotebookEditorToolbar extends Disposable {
}
}));
this._reigsterNotebookActionsToolbar();
this._registerNotebookActionsToolbar();
}
private _buildBody() {
@ -338,7 +338,7 @@ export class NotebookEditorToolbar extends Disposable {
DOM.append(this.domNode, this._notebookTopRightToolbarContainer);
}
private _reigsterNotebookActionsToolbar() {
private _registerNotebookActionsToolbar() {
this._notebookGlobalActionsMenu = this._register(this.menuService.createMenu(this.notebookEditor.creationOptions.menuIds.notebookToolbar, this.contextKeyService));
this._register(this._notebookGlobalActionsMenu);