Skip to content

Commit c6b122b

Browse files
authored
Fix breaking change introduced in 3.1.0 (#703)
Fix backward compat
1 parent 2403606 commit c6b122b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/jupytercad_core/src/factory.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,6 @@ export class JupyterCadDocumentWidgetFactory extends ABCWidgetFactory<
8585
private _externalCommandRegistry: IJCadExternalCommandRegistry;
8686
private _backendCheck?: () => boolean;
8787
}
88+
89+
// Backward compat
90+
export const JupyterCadWidgetFactory = JupyterCadDocumentWidgetFactory;

0 commit comments

Comments
 (0)