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 e6590c2 commit b303f02Copy full SHA for b303f02
python/jupytergis_core/src/jgisplugin/modelfactory.ts
@@ -18,8 +18,7 @@ export class JupyterGISModelFactory
18
/**
19
* Whether the model is collaborative or not.
20
*/
21
- readonly collaborative =
22
- document.querySelectorAll('[data-jupyter-lite-root]')[0] === undefined;
+ readonly collaborative = true;
23
24
25
* The name of the model.
0 commit comments