Commit 88df8d62 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] Edge Weight control not really useful for now with edges values

parent 4b9ee856
...@@ -256,11 +256,12 @@ controlsCpt = R.memo' $ here.component "controls" cpt where ...@@ -256,11 +256,12 @@ controlsCpt = R.memo' $ here.component "controls" cpt where
{ forceAtlasState { forceAtlasState
, range: edgeConfluenceRange , range: edgeConfluenceRange
, state: edgeConfluence } , state: edgeConfluence }
, {- ,
edgeWeightControl edgeWeightControl
{ forceAtlasState { forceAtlasState
, range: edgeWeightRange , range: edgeWeightRange
, state: edgeWeight } , state: edgeWeight }
-}
] ]
, ,
H.div H.div
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment