Keep only one active semantic node

NOTE: no action on sem node click
This commit is contained in:
2026-07-14 07:49:44 +02:00
parent 8fec26f69f
commit 5a72c91891
3 changed files with 12 additions and 3 deletions

View File

@@ -28,7 +28,12 @@ let AppState = {
*/
ontology: {},
treeNodes: {},
// Redundant??
semanticNodes: new Map,
/**
* @type {String|null}
*/
currentSemNodeId: null,
mainNodeId: null,
currentScene: null,
sceneHasAudio: false,