[tree] turn off node tooltips

They don't provide useful information and for large trees, they are a
big performance hit.
parent 9c221838
Pipeline #6151 passed with stages
in 10 minutes and 17 seconds
......@@ -221,17 +221,17 @@ nodeSpanCpt = here.component "nodeSpan" cpt
-- // Abstract informations //
nodeTooltip
{ id
, nodeType
, name
}
[
case mVersion of
Nothing -> mempty
Just v -> versionComparator v
]
,
-- nodeTooltip
-- { id
-- , nodeType
-- , name
-- }
-- [
-- case mVersion of
-- Nothing -> mempty
-- Just v -> versionComparator v
-- ]
-- ,
R.createPortal
[
fileTypeView
......
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