Skip to content

Commit f7dfc1f

Browse files
committed
Merge branch 'release/3.0.2'
2 parents c2d4a8a + e932f7c commit f7dfc1f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ var FusionChartsComponent = /** @class */ (function () {
573573
}
574574
};
575575
FusionChartsComponent.prototype.ngOnDestroy = function () {
576-
this.chartObj.dispose();
576+
this.chartObj && this.chartObj.dispose();
577577
};
578578
FusionChartsComponent.decorators = [
579579
{ type: _angular_core.Component, args: [{

0 commit comments

Comments
 (0)