mirror of
https://github.com/documenso/documenso.git
synced 2026-07-27 02:15:05 +10:00
field placement cursor
This commit is contained in:
@@ -48,6 +48,9 @@ export default function PDFEditor(props: any) {
|
||||
<>
|
||||
<div>
|
||||
<PDFViewer
|
||||
style={{
|
||||
cursor: `url("https://place-hold.it/110x64/37f095/FFFFFF&text=${selectedFieldType}") 55 32, auto`,
|
||||
}}
|
||||
readonly={false}
|
||||
document={props.document}
|
||||
fields={fields}
|
||||
|
||||
Reference in New Issue
Block a user