summaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui/src/app/directive
diff options
context:
space:
mode:
Diffstat (limited to 'sdc-workflow-designer-ui/src/app/directive')
-rw-r--r--sdc-workflow-designer-ui/src/app/directive/resizable/resizable.directive.ts (renamed from sdc-workflow-designer-ui/src/app/directive/resizeable/resizable.directive.ts)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-workflow-designer-ui/src/app/directive/resizeable/resizable.directive.ts b/sdc-workflow-designer-ui/src/app/directive/resizable/resizable.directive.ts
index f591fe6f..b285b595 100644
--- a/sdc-workflow-designer-ui/src/app/directive/resizeable/resizable.directive.ts
+++ b/sdc-workflow-designer-ui/src/app/directive/resizable/resizable.directive.ts
@@ -26,7 +26,7 @@ export class ResizableDirective implements AfterViewInit {
public ngAfterViewInit() {
console.log('init resizble.');
-
+
$(this.el.nativeElement).resizable({
handles: 'all',
resize: (event, ui) => {