Skip to content

Commit

Permalink
side panels - show downloads before visual adjustments (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
iisa authored Dec 21, 2023
1 parent f425f89 commit 1617aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BookNavigator/book-navigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ export class BookNavigator extends LitElement {

if (this.shouldShowDownloadsMenu()) {
downloads?.update(this.downloadableTypes);
availableMenus.splice(1, 0, downloads);
availableMenus.splice(-2, 0, downloads);
}

const event = new CustomEvent(
Expand Down

0 comments on commit 1617aad

Please sign in to comment.