Skip to content

Commit 1617aad

Browse files
authored
side panels - show downloads before visual adjustments (#1297)
1 parent f425f89 commit 1617aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BookNavigator/book-navigator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ export class BookNavigator extends LitElement {
313313

314314
if (this.shouldShowDownloadsMenu()) {
315315
downloads?.update(this.downloadableTypes);
316-
availableMenus.splice(1, 0, downloads);
316+
availableMenus.splice(-2, 0, downloads);
317317
}
318318

319319
const event = new CustomEvent(

0 commit comments

Comments
 (0)