Commit a51fcc34 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[graph explorer] fix screenshot tree reload

parent 3685b581
...@@ -137,7 +137,7 @@ explorerCpt :: R.Component Props ...@@ -137,7 +137,7 @@ explorerCpt :: R.Component Props
explorerCpt = here.component "explorer" cpt explorerCpt = here.component "explorer" cpt
where where
cpt props@{ backend cpt props@{ backend
, boxes: boxes@{ graphVersion, showTree, sidePanelGraph, sidePanelState } , boxes: boxes@{ graphVersion, reloadForest, showTree, sidePanelGraph, sidePanelState }
, frontends , frontends
, graph , graph
, graphId , graphId
...@@ -164,7 +164,6 @@ explorerCpt = here.component "explorer" cpt ...@@ -164,7 +164,6 @@ explorerCpt = here.component "explorer" cpt
dataRef <- R.useRef graph dataRef <- R.useRef graph
graphRef <- R.useRef null graphRef <- R.useRef null
reloadForest <- T.useBox T2.newReload
controls <- Controls.useGraphControls { forceAtlasS controls <- Controls.useGraphControls { forceAtlasS
, graph , graph
, graphId , graphId
......
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