Commit d6989a04 authored by Alexandre Delanoë's avatar Alexandre Delanoë

Merge branch '369-dev-forest-tooltip' of...

Merge branch '369-dev-forest-tooltip' of ssh://gitlab.iscpif.fr:20022/gargantext/purescript-gargantext into dev
parents 49f4a99a c8fcd195
......@@ -290,9 +290,9 @@ nodeLinkCpt = here.component "nodeLink" cpt
pure $
H.div { className: "node-link"
, on: { click } }
[ H.a { href, data: { for: tooltipId id, tip: true } }
[ H.a { href, data: { for: name <> "-" <> (tooltipId id), tip: true } }
[ nodeText { isSelected, name }
, ReactTooltip.reactTooltip { effect: "float", id: tooltipId id, type: "dark" }
, ReactTooltip.reactTooltip { effect: "float", id: name <> "-" <> (tooltipId id), type: "dark" }
[ R2.row
[ H.h4 {className: GT.fldr nodeType true}
[ H.text $ GT.prettyNodeType nodeType ]
......
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