Handle RTL reading direction for double page reader (#594)
Changing the reading direction for the double page reader did nothing.
It just always was LTR.
Regression introduced with 4d75474b39
This commit is contained in:
@@ -42,6 +42,7 @@ export const DoublePage = forwardRef((props: IProps, ref: any) => {
|
||||
ref={ref}
|
||||
sx={{
|
||||
display: 'flex',
|
||||
flexDirection: settings.readerType === 'DoubleLTR' ? 'row' : 'row-reverse',
|
||||
justifyContent: 'center',
|
||||
width: '100%',
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user