feat: checkbox widget status,fix image emabed and upload issue

This commit is contained in:
RaktimaNXG
2024-01-25 16:18:37 +05:30
parent ad5776cfba
commit bc90da4cf2
10 changed files with 284 additions and 58 deletions
@@ -55,7 +55,8 @@ function RenderPdf({
setIsPageCopy,
setSignerObjId,
setShowDropdown,
setIsInitial
setIsInitial,
setIsCheckboxRequired
}) {
const isMobile = window.innerWidth < 767;
const newWidth = containerWH.width;
@@ -769,6 +770,9 @@ function RenderPdf({
posWidth={posWidth}
posHeight={posHeight}
isDragging={isDragging}
setIsCheckboxRequired={
setIsCheckboxRequired
}
/>
</React.Fragment>
);
@@ -1224,6 +1228,9 @@ function RenderPdf({
posWidth={posWidth}
posHeight={posHeight}
isDragging={isDragging}
setIsCheckboxRequired={
setIsCheckboxRequired
}
/>
</React.Fragment>
);