diff --git a/src/lib/directives/resizer.ts b/src/lib/directives/resizer.ts
index 759d231..8570690 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..dbf123c 100644
--- a/src/lib/properties/df.property.component.html
+++ b/src/lib/properties/df.property.component.html
@@ -26,11 +26,11 @@