You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
}elseif(name==="click"&&event.target.id==="shapeShadow"&&shapeInformation.clipPathType==="polygon"){// If background of preview is clicked, add a verticeCoordinate value at its location and adjust formula
151
+
return;
152
+
}
153
+
154
+
if(name==="click"&&event.target.id==="shapeShadow"&&shapeInformation.clipPathType==="polygon"){// If background of preview is clicked, add a verticeCoordinate value at its location and adjust formula
}elseif(event.target.id.includes("deleteButton")&&number!==undefined){// If delete button is pressed, remove the corresponding verticeCoordinate and adjust formula
166
+
return;
167
+
}
168
+
169
+
if(event.target.id.includes("deleteButton")&&number!==undefined){// If delete button is pressed, remove the corresponding verticeCoordinate and adjust formula
0 commit comments