mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-10 18:10:54 +09:00
JS-4232: fix
This commit is contained in:
parent
715e98d47d
commit
1469162e75
1 changed files with 0 additions and 3 deletions
3
dist/workers/graph.js
vendored
3
dist/workers/graph.js
vendored
|
@ -229,9 +229,6 @@ updateForces = () => {
|
|||
let map = getNodeMap();
|
||||
edges = edges.filter(d => map.get(d.source) && map.get(d.target));
|
||||
|
||||
//map = getNodeMap();
|
||||
//edges = edges.filter(d => map.get(d.source) && map.get(d.target));
|
||||
|
||||
// Shallow copy to disable mutations
|
||||
nodes = nodes.map(d => {
|
||||
let o = old.get(d.id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue