It looks like a new release needs to be push for this to NPM.
This file has some issues workspaces/workspaceDefaultProperties.js which appear to be resolved in github but not in NPM. Currently I have a patch in place which makes this work.
diff --git a/lib/component/workspaces/workspaceDefaultProperties.js b/lib/component/workspaces/workspaceDefaultProperties.js
index 1234567..abcdef0 100644
--- a/lib/component/workspaces/workspaceDefaultProperties.js
+++ b/lib/component/workspaces/workspaceDefaultProperties.js
@@ -31,6 +31,7 @@ export const workspaceDefaultProperties = {
predictionPanel: { display: false, visible: false, open: false },
summaryPanel: { display: false, visible: false, open: false },
simulationPanel: { display: false, visible: false, open: false },
+ matrixGenerationPanel: { display: false, visible: false, open: false },
},
toolBarButtons: {
diff --git a/src/component/workspaces/workspaceDefaultProperties.ts b/src/component/workspaces/workspaceDefaultProperties.ts
index 1234567..abcdef0 100644
--- a/src/component/workspaces/workspaceDefaultProperties.ts
+++ b/src/component/workspaces/workspaceDefaultProperties.ts
@@ -37,6 +37,7 @@ export const workspaceDefaultProperties: Required<WorkspacePreferences> = {
predictionPanel: { display: false, visible: false, open: false },
summaryPanel: { display: false, visible: false, open: false },
simulationPanel: { display: false, visible: false, open: false },
+ matrixGenerationPanel: { display: false, visible: false, open: false },
},
It looks like a new release needs to be push for this to NPM.
This file has some issues workspaces/workspaceDefaultProperties.js which appear to be resolved in github but not in NPM. Currently I have a patch in place which makes this work.
and here is a patch file