@internetarchive/bookreader 5.0.0-77 → 5.0.0-77-alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -71,7 +71,10 @@ export class BookNavigator extends LitElement {
|
|
71
71
|
'volumes',
|
72
72
|
'chapters',
|
73
73
|
'search',
|
74
|
-
'
|
74
|
+
'downloads',
|
75
|
+
'bookmarks',
|
76
|
+
'visualAdjustments',
|
77
|
+
'share'
|
75
78
|
];
|
76
79
|
}
|
77
80
|
|
@@ -313,7 +316,7 @@ export class BookNavigator extends LitElement {
|
|
313
316
|
|
314
317
|
if (this.shouldShowDownloadsMenu()) {
|
315
318
|
downloads?.update(this.downloadableTypes);
|
316
|
-
availableMenus.splice(
|
319
|
+
availableMenus.splice(1, 0, downloads);
|
317
320
|
}
|
318
321
|
|
319
322
|
const event = new CustomEvent(
|