We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db934a commit 24ce6eaCopy full SHA for 24ce6ea
apps/OpenSign/src/pages/SignyourselfPdf.js
@@ -424,9 +424,7 @@ function SignYourSelf() {
424
const getWidth = widgetTypeExist
425
? calculateInitialWidthHeight(dragTypeValue, widgetValue).getWidth
426
: defaultWidthHeight(dragTypeValue).width;
427
- const getHeight = widgetTypeExist
428
- ? calculateInitialWidthHeight(dragTypeValue, widgetValue).getHeight
429
- : defaultWidthHeight(dragTypeValue).height;
+ const getHeight = defaultWidthHeight(dragTypeValue).height;
430
431
dropObj = {
432
xPosition: getWidth / 2 + containerWH.width / 2,
0 commit comments