Workaround issue #37

parent fafe98cd
......@@ -44,7 +44,10 @@ tab sid iid (Tuple name spec) = over _render tabRender spec
[ div [ className $ "tab-pane " <>
if sid ==iid
then " show active"
else " fade"] $ renderer d p s c
else " fade"] $
if sid == iid
then renderer d p s c
else []
]
......
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