update signDocuments microfrontend and change zindex of layout in opensign

This commit is contained in:
prafullnavkar-nxg
2023-10-27 21:59:14 +05:30
parent 8f2e05a2bb
commit 8eec662f5c
13 changed files with 1147 additions and 1048 deletions
@@ -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);