mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
fix
This commit is contained in:
@ -45,7 +45,7 @@ export default function PDFViewer(props) {
|
|||||||
{Array.from({ length: numPages }, (_, index) => (
|
{Array.from({ length: numPages }, (_, index) => (
|
||||||
<Fragment key={short.generate().toString()}>
|
<Fragment key={short.generate().toString()}>
|
||||||
<div
|
<div
|
||||||
onMouseDown={(e: any) => {
|
onMouseDown={(e) => {
|
||||||
if (e.button === 0) props.onMouseDown(e, index);
|
if (e.button === 0) props.onMouseDown(e, index);
|
||||||
}}
|
}}
|
||||||
onMouseUp={(e) => {
|
onMouseUp={(e) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user