@internetarchive/bookreader 5.0.0-77-alpha → 5.0.0-77
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,10 +71,7 @@ export class BookNavigator extends LitElement {
|
|
|
71
71
|
'volumes',
|
|
72
72
|
'chapters',
|
|
73
73
|
'search',
|
|
74
|
-
'
|
|
75
|
-
'bookmarks',
|
|
76
|
-
'visualAdjustments',
|
|
77
|
-
'share'
|
|
74
|
+
'bookmarks'
|
|
78
75
|
];
|
|
79
76
|
}
|
|
80
77
|
|
|
@@ -316,7 +313,7 @@ export class BookNavigator extends LitElement {
|
|
|
316
313
|
|
|
317
314
|
if (this.shouldShowDownloadsMenu()) {
|
|
318
315
|
downloads?.update(this.downloadableTypes);
|
|
319
|
-
availableMenus.splice(
|
|
316
|
+
availableMenus.splice(-2, 0, downloads);
|
|
320
317
|
}
|
|
321
318
|
|
|
322
319
|
const event = new CustomEvent(
|