We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
singleClickNavigation
false
1 parent 3edc44b commit 554b2e2Copy full SHA for 554b2e2
packages/tree-extension/src/index.ts
@@ -207,7 +207,7 @@ const fileBrowserSettings: JupyterFrontEndPlugin<void> = {
207
// This is a different set of defaults than JupyterLab.
208
const defaultFileBrowserConfig = {
209
navigateToCurrentDirectory: false,
210
- singleClickNavigation: true,
+ singleClickNavigation: false,
211
showLastModifiedColumn: true,
212
showFileSizeColumn: true,
213
showHiddenFiles: false,
0 commit comments