1
0
Fork 0
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:
Andrew Simachev 2024-04-02 12:40:31 +02:00
parent 715e98d47d
commit 1469162e75
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8

View file

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