data-model #2

Merged
mstoeck3 merged 20 commits from data-model into main 2025-09-17 21:56:18 +00:00
Showing only changes of commit b985f1e5f0 - Show all commits

View File

@ -1331,6 +1331,7 @@ class GraphManager {
timestamp: Date.now()
};
const updates = nodesToHide.map(id => ({ id: id, hidden: true }));
this.nodes.update(updates);
this.addToHistory('hide', historyData);