fix: opensign-drive drop-down issue

This commit is contained in:
RaktimaNXG
2023-12-15 13:19:26 +05:30
parent 0b64908eab
commit 77042224a1
5 changed files with 42 additions and 30 deletions
@@ -457,12 +457,7 @@ function RenderPdf({
zIndex: pos.zIndex
}}
className="placeholderBlock"
onDrag={() =>
handleTabDrag(
pos.key
// data.signerObjId
)
}
onDrag={() => handleTabDrag(pos.key)}
size={{
width: pos.Width ? pos.Width : 150,
height: pos.Height ? pos.Height : 60