Skip to content

Commit

Permalink
Prevent pages from getting selected while dragging (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
schroda authored Nov 12, 2023
1 parent dabe883 commit 0c7498d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/reader/pager/VerticalPager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ export function VerticalPager(props: IReaderProps) {
justifyContent: 'center',
margin: '0 auto',
width: '100%',
userSelect: 'none',
}}
onClick={(e) => {
if (didMouseMove.current) {
Expand Down

0 comments on commit 0c7498d

Please sign in to comment.