Skip to content

Commit b3aa4c0

Browse files
committed
Add manager plugin
1 parent a74e4f9 commit b3aa4c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ async function main() {
115115
[
116116
'@jupyterlab/docmanager-extension:plugin',
117117
'@jupyterlab/docmanager-extension:download',
118-
'@jupyterlab/docmanager-extension:contexts'
118+
'@jupyterlab/docmanager-extension:contexts',
119+
'@jupyterlab/docmanager-extension:manager'
119120
].includes(id)
120121
),
121122
require('@jupyterlab/docprovider-extension'),

0 commit comments

Comments
 (0)