fix: remove extra space from bottom after embed text widgets in mobile view

This commit is contained in:
RaktimaNXG
2024-11-04 18:09:38 +05:30
parent 8db934a2c2
commit 24ce6eae3b
+1 -3
View File
@@ -424,9 +424,7 @@ function SignYourSelf() {
const getWidth = widgetTypeExist
? calculateInitialWidthHeight(dragTypeValue, widgetValue).getWidth
: defaultWidthHeight(dragTypeValue).width;
const getHeight = widgetTypeExist
? calculateInitialWidthHeight(dragTypeValue, widgetValue).getHeight
: defaultWidthHeight(dragTypeValue).height;
const getHeight = defaultWidthHeight(dragTypeValue).height;
dropObj = {
xPosition: getWidth / 2 + containerWH.width / 2,