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 4edd89e commit 07aa4f9Copy full SHA for 07aa4f9
packages/schema/src/model.ts
@@ -35,7 +35,8 @@ export class JupyterCadModel implements IJupyterCadModel {
35
this._pathChanged = new Signal<JupyterCadModel, string>(this);
36
}
37
38
- readonly collaborative = true;
+ readonly collaborative =
39
+ document.querySelectorAll('[data-jupyter-lite-root]')[0] === undefined;
40
41
get sharedModel(): IJupyterCadDoc {
42
return this._sharedModel;
0 commit comments