Skip to content

Commit

Permalink
Move new file and directory down in the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Apr 4, 2022
1 parent 51afd1e commit 82433b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/tree-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ const createNew: JupyterFrontEndPlugin<void> = {

const newCommands = [
'notebook:create-new',
'filebrowser:create-new-file',
'filebrowser:create-new-directory',
'terminal:create-new',
'console:create'
'console:create',
'filebrowser:create-new-file',
'filebrowser:create-new-directory'
];

newCommands.forEach(command => {
Expand Down

0 comments on commit 82433b1

Please sign in to comment.