Move new file and directory down in the menu

Jeremy Tuloup 4 years ago
parent 4b146c18f9
commit 86b52a70eb

@ -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 => {

Loading…
Cancel
Save