Skip to content

Commit

Permalink
Merge branch 'main' of github.com:lightningkite/rock
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyEdwards committed Mar 21, 2024
2 parents 4d8b490 + 1f2303f commit c28692c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ fun ViewWriter.appNavHamburger(setup: AppNav.() -> Unit) {
navigatorView(navigator)
row {
spacing = 0.px
ignoreInteraction = true
bar
onlyWhen(false) { showMenu.await() && appNav.existsProperty.await() }
scrolls - navGroupColumn(appNav.navItemsProperty, { showMenu set false }) {
Expand Down

0 comments on commit c28692c

Please sign in to comment.