mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
parent
9485f8668f
commit
dec3f9c3d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue