Skip to content

Commit 5d7cb04

Browse files
committed
refactor(accordion): add requested change
1 parent 5af8d4e commit 5d7cb04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/igniteui-angular/src/lib/accordion/accordion.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ export class IgxAccordionComponent implements AfterContentInit, AfterViewInit, O
334334
this.panelExpanding.emit(evArgs);
335335
if (evArgs.cancel) {
336336
args.cancel = true;
337-
this._expandedPanels.delete(args.owner);
338337
return;
339338
}
340339
if (this.singleBranchExpand) {

0 commit comments

Comments
 (0)