Skip to content

Commit

Permalink
Removed ignoreInteraction prop from hamburger nav
Browse files Browse the repository at this point in the history
  • Loading branch information
byerlyb20 committed Mar 21, 2024
1 parent d825d5e commit 1f2303f
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 1f2303f

Please sign in to comment.