Skip to content

Commit 436e83a

Browse files
committed
Remove filebrowser plugin from edit page
1 parent 46d5b68 commit 436e83a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ async function main() {
7676
'@jupyterlab/application-extension:commands',
7777
'@jupyterlab/application-extension:context-menu',
7878
'@jupyterlab/application-extension:faviconbusy',
79+
'@jupyterlab/application-extension:router',
7980
'@jupyterlab/application-extension:top-bar',
8081
'@jupyterlab/application-extension:top-spacer'
8182
].includes(id)
@@ -233,9 +234,6 @@ async function main() {
233234
'@jupyterlab/fileeditor-extension:completer',
234235
'@jupyterlab/fileeditor-extension:search'
235236
].includes(id)
236-
),
237-
require('@jupyterlab/filebrowser-extension').default.filter(({ id }) =>
238-
['@jupyterlab/filebrowser-extension:browser'].includes(id)
239237
)
240238
]);
241239
break;

0 commit comments

Comments
 (0)