Prevent pages from getting selected while dragging (#454)
This commit is contained in:
@@ -175,6 +175,7 @@ export function VerticalPager(props: IReaderProps) {
|
||||
justifyContent: 'center',
|
||||
margin: '0 auto',
|
||||
width: '100%',
|
||||
userSelect: 'none',
|
||||
}}
|
||||
onClick={(e) => {
|
||||
if (didMouseMove.current) {
|
||||
|
||||
Reference in New Issue
Block a user