Skip to content

Commit

Permalink
Fix: Recalculate nav height on button addition (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverfoster authored Jul 29, 2024
1 parent 31ebe03 commit bfc93ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/views/navigationView.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ class NavigationView extends Backbone.View {
after.forEach(el => $container.append(el));
}
this.observer?.takeRecords();
device.setNavigationHeight();
this.listenForInjectedButtons();
}

Expand Down

0 comments on commit bfc93ab

Please sign in to comment.