We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395c9b4 commit 5dab736Copy full SHA for 5dab736
projects/igniteui-angular/src/lib/buttonGroup/buttonGroup.component.ts
@@ -467,10 +467,12 @@ export class IgxButtonGroupComponent extends DisplayDensityBase implements After
467
this.viewButtons.changes.pipe(takeUntil(this.queryListNotifier$)).subscribe(() => {
468
this.mutationObserver.disconnect();
469
initButtons();
470
+ this.mutationObserver?.observe(this._el.nativeElement, this.observerConfig);
471
});
472
this.templateButtons.changes.pipe(takeUntil(this.queryListNotifier$)).subscribe(() => {
473
474
475
476
477
478
0 commit comments