Skip to content

Commit

Permalink
Enable single click by default in the file browser
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Oct 15, 2024
1 parent 676a0fe commit 16a286a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tree-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ const notebookTreeWidget: JupyterFrontEndPlugin<INotebookTree> = {
[
'showFileCheckboxes',
'showFileSizeColumn',
'singleClickNavigation',
'sortNotebooksFirst',
'showFullPath',
].forEach((setting) => {
Expand Down

0 comments on commit 16a286a

Please sign in to comment.