diff --git a/packages/core/src/commands/view/ComponentDrag.ts b/packages/core/src/commands/view/ComponentDrag.ts index 80beabd65..39420e1d0 100644 --- a/packages/core/src/commands/view/ComponentDrag.ts +++ b/packages/core/src/commands/view/ComponentDrag.ts @@ -389,6 +389,9 @@ export default { position, }); } + + // Recalculate guides to avoid issues with the new position durin the first drag + this.guidesStatic = this.getGuidesStatic(); }, onDrag() {