diff --git a/src/resizable.directive.ts b/src/resizable.directive.ts index e499c0c..f8513dd 100644 --- a/src/resizable.directive.ts +++ b/src/resizable.directive.ts @@ -212,7 +212,7 @@ export class Resizable implements OnInit { this.renderer.setElementStyle(this.elm.nativeElement, 'user-drag', 'none'); this.onResizeStart.emit({ edges, - rectangle: startingRect + rectangle: getNewBoundingRectangle(startingRect, {}, 0, 0) }); } });