Skip to content

Commit

Permalink
fix missing default
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jan 25, 2024
1 parent d9b4ca2 commit ba83fc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/tree-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,8 @@ const notebookTreeWidget: JupyterFrontEndPlugin<INotebookTree> = {
setCurrentToDefaultBrower()
);

setCurrentToDefaultBrower();

return nbTreeWidget;
},
};
Expand Down

0 comments on commit ba83fc5

Please sign in to comment.