Commit 7fb9f248 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[Graph] fix show/hide edges bug when fa not running

parent 2e48353f
...@@ -321,7 +321,7 @@ setEdges sigma val = do ...@@ -321,7 +321,7 @@ setEdges sigma val = do
-- prevent showing edges (via show edges button) when FA is running (flickering) -- prevent showing edges (via show edges button) when FA is running (flickering)
isFARunning <- Sigma.isForceAtlas2Running sigma isFARunning <- Sigma.isForceAtlas2Running sigma
case Tuple val isFARunning of case Tuple val isFARunning of
Tuple false true -> Tuple false _ ->
Sigma.setSettings sigma settings Sigma.setSettings sigma settings
Tuple true false -> Tuple true false ->
Sigma.setSettings sigma settings Sigma.setSettings sigma settings
......
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