potential bugfix for the right click hiding

This commit is contained in:
overcuriousity 2025-09-17 21:15:52 +02:00
parent 8ae4fdbf80
commit b985f1e5f0

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);