Move "ReaderTransitionPage" setting props to "withPropsFrom" HOC

This commit is contained in:
schroda
2024-12-25 02:38:36 +01:00
parent 5dbf1aa8e0
commit d67d6f7d28
2 changed files with 5 additions and 12 deletions

View File

@@ -246,5 +246,8 @@ export const ReaderTransitionPage = withPropsFrom(
'scrollbarYSize',
'readerNavBarWidth',
'backgroundColor',
'mode',
'readingMode',
'pageScaleMode',
],
);