Commit 008a1ab
committed
[minimap] fix #78
On the nodereducer, sometimes the `getNodeDisplayData` returns no value
, even if the node is in the graph. Probably due to the fact that the
node is currently rendering and so in the man time has no render values
...
Adding default values to fix.1 parent 8385cca commit 008a1ab
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
53 | 55 | | |
54 | | - | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
0 commit comments