@@ -598,7 +598,7 @@ function RenderPdf({
598
598
} }
599
599
>
600
600
< BorderResize right = { - 12 } top = { - 11 } />
601
- < PlaceholderBorder pos = { pos } />
601
+ < PlaceholderBorder pos = { pos } posWidth = { posWidth } posHeight = { posHeight } />
602
602
< div
603
603
onTouchEnd = { ( ) => {
604
604
const dataNewPlace = addZIndex (
@@ -617,6 +617,17 @@ function RenderPdf({
617
617
} ) ;
618
618
} }
619
619
>
620
+ < i
621
+ className = "fa-regular fa-user signUserIcon"
622
+ onClick = { ( e ) => {
623
+ e . stopPropagation ( ) ;
624
+ handleLinkUser ( data . Id ) ;
625
+ setUniqueId ( data . Id ) ;
626
+ } }
627
+ style = { {
628
+ color : "#188ae2"
629
+ } }
630
+ > </ i >
620
631
< i
621
632
className = "fa-regular fa-copy signCopy"
622
633
onTouchEnd = { ( e ) => {
@@ -748,7 +759,7 @@ function RenderPdf({
748
759
} }
749
760
>
750
761
< BorderResize right = { - 12 } top = { - 11 } />
751
- < PlaceholderBorder pos = { pos } />
762
+ < PlaceholderBorder pos = { pos } posWidth = { posWidth } posHeight = { posHeight } />
752
763
< div
753
764
onTouchEnd = { ( e ) => {
754
765
if ( ! isDragging && isMobile ) {
@@ -761,6 +772,17 @@ function RenderPdf({
761
772
}
762
773
} }
763
774
>
775
+ < i
776
+ className = "fa-regular fa-user signUserIcon"
777
+ onClick = { ( e ) => {
778
+ e . stopPropagation ( ) ;
779
+ handleLinkUser ( data . Id ) ;
780
+ setUniqueId ( data . Id ) ;
781
+ } }
782
+ style = { {
783
+ color : "#188ae2"
784
+ } }
785
+ > </ i >
764
786
< i
765
787
className = "fa-regular fa-copy signCopy"
766
788
onTouchEnd = { ( e ) => {
@@ -1053,7 +1075,6 @@ function RenderPdf({
1053
1075
style = { {
1054
1076
cursor : "all-scroll" ,
1055
1077
background : data . blockColor ,
1056
-
1057
1078
zIndex : pos . zIndex
1058
1079
} }
1059
1080
className = "signYourselfBlock"
@@ -1110,7 +1131,7 @@ function RenderPdf({
1110
1131
} }
1111
1132
>
1112
1133
< BorderResize right = { - 12 } top = { - 11 } />
1113
- < PlaceholderBorder pos = { pos } />
1134
+ < PlaceholderBorder pos = { pos } posWidth = { posWidth } posHeight = { posHeight } />
1114
1135
< div >
1115
1136
< i
1116
1137
className = "fa-regular fa-user signUserIcon"
@@ -1247,7 +1268,7 @@ function RenderPdf({
1247
1268
} }
1248
1269
>
1249
1270
< BorderResize right = { - 12 } top = { - 11 } />
1250
- < PlaceholderBorder pos = { pos } />
1271
+ < PlaceholderBorder pos = { pos } posWidth = { posWidth } posHeight = { posHeight } />
1251
1272
< PlaceholderDesign pos = { pos } />
1252
1273
</ Rnd >
1253
1274
)
0 commit comments