kopia lustrzana https://github.com/shoelace-style/shoelace
Use correct attribute filter
rodzic
681512b8e5
commit
0fb20b1a2e
|
@ -136,7 +136,7 @@ export default class SlTabGroup extends ShoelaceElement {
|
|||
|
||||
this.mutationObserver.observe(this, {
|
||||
attributes: true,
|
||||
attributeFilter: ['active', 'aria-labelledby', 'aria-controls', 'disabled'],
|
||||
attributeFilter: ['active', 'disabled', 'name', 'panel'],
|
||||
childList: true,
|
||||
subtree: true
|
||||
});
|
||||
|
|
Ładowanie…
Reference in New Issue