Skip to content

Commit e20a4e0

Browse files
committed
fix(Toolbar): Set isExporting & showProgress to false on exportStarted cancel.
1 parent 3850036 commit e20a4e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/igniteui-angular/src/lib/grids/toolbar/grid-toolbar-exporter.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ export class IgxGridToolbarExporterComponent extends BaseToolbarDirective {
130130
this.toolbar.showProgress = true;
131131

132132
if (args.cancel) {
133+
this.isExporting = false;
134+
this.toolbar.showProgress = false;
133135
return;
134136
}
135137

0 commit comments

Comments
 (0)