Skip to content

Commit

Permalink
Add dir="ltr" to canvas on which page is rendered
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Jul 9, 2020
1 parent 40b26f7 commit 2df1e24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Page/PageCanvas.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export class PageCanvasInternal extends PureComponent {
return (
<canvas
className="react-pdf__Page__canvas"
dir="ltr"
ref={(ref) => { this.canvasLayer = ref; }}
style={{
display: 'block',
Expand Down

0 comments on commit 2df1e24

Please sign in to comment.