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.
2 parents 3dbd281 + 614b705 commit 90e6be0Copy full SHA for 90e6be0
python/jupyterlab_widgets/src/plugin.ts
@@ -130,7 +130,7 @@ export function registerWidgetManager(
130
mimeTypes: [WIDGET_VIEW_MIMETYPE],
131
createRenderer: (options) => new WidgetRenderer(options, wManager),
132
},
133
- 0
+ -10
134
);
135
136
return new DisposableDelegate(() => {
@@ -225,7 +225,7 @@ function activateWidgetExtension(
225
226
createRenderer: (options) => new WidgetRenderer(options),
227
228
229
230
231
if (tracker !== null) {
0 commit comments