2
0
This commit is contained in:
2018-05-15 17:45:13 +02:00
parent 0a5f9806f2
commit 54e86c5985

View File

@@ -29,9 +29,7 @@ export class CanvasDirective implements OnInit, OnChanges {
@HostListener('window:resize', ['$event']) @HostListener('window:resize', ['$event'])
private onResize(event) { private onResize(event) {
this.updateConfig(); // this.init();
this.initSvg();
this.render();
} }
constructor( constructor(