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.
1 parent 2403606 commit c6b122bCopy full SHA for c6b122b
python/jupytercad_core/src/factory.ts
@@ -85,3 +85,6 @@ export class JupyterCadDocumentWidgetFactory extends ABCWidgetFactory<
85
private _externalCommandRegistry: IJCadExternalCommandRegistry;
86
private _backendCheck?: () => boolean;
87
}
88
+
89
+// Backward compat
90
+export const JupyterCadWidgetFactory = JupyterCadDocumentWidgetFactory;
0 commit comments