diff --git a/src/components/vue-draggable-resizable.vue b/src/components/vue-draggable-resizable.vue index 465a3d2..0ac762e 100644 --- a/src/components/vue-draggable-resizable.vue +++ b/src/components/vue-draggable-resizable.vue @@ -853,6 +853,7 @@ export default { } if (this.parent) { + this.checkParentSize() this.bounds = this.calcDragLimits() }