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