From 564ba090e9f693d367ff3dab1bb6da5b13e6d619 Mon Sep 17 00:00:00 2001 From: Haris khan Date: Tue, 14 May 2019 19:33:53 +0800 Subject: [PATCH] dmFIx --- src/lib/directives/resizer.ts | 2 +- src/lib/properties/df.property.component.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/directives/resizer.ts b/src/lib/directives/resizer.ts index 035a761..44658c1 100644 --- a/src/lib/directives/resizer.ts +++ b/src/lib/directives/resizer.ts @@ -105,7 +105,7 @@ export class ResizerDirective implements OnInit, OnDestroy { constructor(private element: ElementRef, @Inject(DOCUMENT) private document: any) { } - private startDrag() { + startDrag() { this.dragInProgress = true; } diff --git a/src/lib/properties/df.property.component.html b/src/lib/properties/df.property.component.html index a975af7..dca1bca 100644 --- a/src/lib/properties/df.property.component.html +++ b/src/lib/properties/df.property.component.html @@ -26,7 +26,7 @@