fix bug
This commit is contained in:
		| @ -31,7 +31,9 @@ export class BusitablePillarComponent implements OnInit, OnChanges { | ||||
|   } | ||||
|   render(el: ElementRef<HTMLDivElement>): void { | ||||
|     this.el = el.nativeElement | ||||
|     this.ngZone.runOutsideAngular(() => this.init(this.el)); | ||||
|     setTimeout(() => { | ||||
|       this.ngZone.runOutsideAngular(() => this.init(this.el)); | ||||
|       }, 500) | ||||
|   } | ||||
|  | ||||
|   private init(el: HTMLElement): void { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user