Expand fix

This commit is contained in:
Tienson Qin
2020-04-21 18:33:34 +08:00
parent 95ac09330c
commit 306128d2d7
2 changed files with 35 additions and 37 deletions

View File

@@ -249,7 +249,7 @@
collapsed? (contains? collapsed-headings uuid)
class "control block no-underline text-gray-700 hover:bg-gray-100 transition ease-in-out duration-150"
class (cond
(and @control-show? collapsed?)
collapsed?
(str class " caret-right")
(and @control-show? (not collapsed?))