@prose-reader/core 1.144.0 → 1.146.0
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -5287,7 +5287,7 @@ class PaginationController extends DestroyableClass {
|
|
|
5287
5287
|
this.spineItemLocator = spineItemLocator;
|
|
5288
5288
|
const updatePagination$ = merge(
|
|
5289
5289
|
this.context.bridgeEvent.navigation$,
|
|
5290
|
-
spine.spineLayout.layout
|
|
5290
|
+
spine.spineLayout.layout$
|
|
5291
5291
|
).pipe(
|
|
5292
5292
|
switchMap$1(() => {
|
|
5293
5293
|
const getVisiblePagesFromViewportPosition = ({
|