mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-08 02:37:40 +02:00
update signDocuments microfrontend and change zindex of layout in opensign
This commit is contained in:
@@ -38,11 +38,12 @@ function RenderPdf({
|
||||
signerObjectId,
|
||||
signedSigners,
|
||||
setPdfLoadFail,
|
||||
setIsDragging,
|
||||
placeholder,
|
||||
}) {
|
||||
const isMobile = window.innerWidth < 712;
|
||||
|
||||
//function for render placeholder block over pdf document
|
||||
|
||||
const checkSignedSignes = (data) => {
|
||||
// console.log("data",data)
|
||||
const checkSign = signedSigners.filter(
|
||||
@@ -903,8 +904,12 @@ function RenderPdf({
|
||||
}}
|
||||
disableDragging={true}
|
||||
default={{
|
||||
x: pos.xPosition,
|
||||
y: pos.yPosition,
|
||||
x: pos.scale
|
||||
? pos.xPosition * pos.scale
|
||||
: pos.xPosition,
|
||||
y: pos.scale
|
||||
? pos.yPosition * pos.scale
|
||||
: pos.yPosition,
|
||||
}}
|
||||
onClick={() => {
|
||||
setIsSignPad(true);
|
||||
|
||||
Reference in New Issue
Block a user