Skip to content

Commit

Permalink
nav update
Browse files Browse the repository at this point in the history
  • Loading branch information
sobrien-smo committed Mar 13, 2024
1 parent 5cbb5ef commit 17dd88c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ private fun ViewWriter.navGroupColumnInner(readable: Readable<List<NavElement>>,
stack {
exists = false
::exists { it.hidden?.invoke() != true }
it.long(this@navGroupColumnInner)
it.long(this@forEach)
}
}

Expand Down Expand Up @@ -121,7 +121,7 @@ private fun ViewWriter.navGroupActionsInner(readable: Readable<List<NavElement>>
stack {
exists = false
::exists { it.hidden?.invoke() != true }
it.square(this@navGroupActionsInner)
it.square(this@forEach)
}
}

Expand Down Expand Up @@ -170,7 +170,7 @@ private fun ViewWriter.navGroupTopInner(readable: Readable<List<NavElement>>) {
stack {
exists = false
::exists { it.hidden?.invoke() != true }
it.square(this@navGroupTopInner)
it.square(this@forEach)
}
}

Expand Down

0 comments on commit 17dd88c

Please sign in to comment.