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 @@