mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 14:58:27 +00:00
BugFix: Cannot drag components to the right
This commit is contained in:
parent
1c4da58d8c
commit
edf2bb82ff
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ export const Container = ({ snapToGrid, onComponentClick, onEvent, appDefinition
|
|||
...boxes,
|
||||
[id]: {
|
||||
top: top,
|
||||
left: 60,
|
||||
left: left,
|
||||
width: item.width > 0 ? item.width : componentMeta.defaultSize.width,
|
||||
height: item.height > 0 ? item.height: componentMeta.defaultSize.height,
|
||||
component: componentData
|
||||
|
|
|
|||
Loading…
Reference in a new issue