Skip to content

Commit

Permalink
Fix: Recalculate nav height on button addition
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverfoster authored Jul 16, 2024
1 parent 4f04cc8 commit d765e9e
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 d765e9e

Please sign in to comment.