fixes
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user