Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jan 22, 2024
1 parent b10f33e commit 8e58d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tree-extension/src/index.ts
Expand Up @@ -380,7 +380,7 @@ const notebookTreeWidget: JupyterFrontEndPlugin<INotebookTree> = {
(editorTracker) => {
if (editorTracker) {
editorTracker.widgetAdded.connect((_, editor) => {
nbTreeWidget.adWidget(editor);
nbTreeWidget.addWidget(editor);
nbTreeWidget.tabBar.addTab(editor.title);
nbTreeWidget.currentWidget = editor;
});
Expand Down

0 comments on commit 8e58d37

Please sign in to comment.