[skip ci] Remove unnecessary prop source
Should have been removed with 52c8734c59
This commit is contained in:
@@ -315,9 +315,6 @@ export const Reader = withPropsFrom(
|
|||||||
return { readingMode, tapZoneLayout, tapZoneInvertMode };
|
return { readingMode, tapZoneLayout, tapZoneInvertMode };
|
||||||
},
|
},
|
||||||
userReaderStatePagesContext,
|
userReaderStatePagesContext,
|
||||||
() => ({
|
|
||||||
firstPageUrl: userReaderStatePagesContext().pages[0].primary.url,
|
|
||||||
}),
|
|
||||||
() => ({ cancelAutoScroll: useReaderAutoScrollContext().cancel }),
|
() => ({ cancelAutoScroll: useReaderAutoScrollContext().cancel }),
|
||||||
useReaderTapZoneContext,
|
useReaderTapZoneContext,
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user