diff --git a/frontend/src/Editor/Container.jsx b/frontend/src/Editor/Container.jsx index f7f49a994c..104cb52d2e 100644 --- a/frontend/src/Editor/Container.jsx +++ b/frontend/src/Editor/Container.jsx @@ -328,7 +328,7 @@ export const Container = ({ return; } - const deltaWidth = Math.round(d.width / gridWidth) * gridWidth; //rounding of width of element to nearest mulitple of gridWidth + const deltaWidth = Math.round(d.width / gridWidth) * gridWidth; //rounding of width of element to nearest multiple of gridWidth const deltaHeight = d.height; if (deltaWidth === 0 && deltaHeight === 0) {