kopia lustrzana https://github.com/shoelace-style/shoelace
Fix bug where focusVisible observer wasn't removed from details
rodzic
b27fc01118
commit
d5eed12177
|
@ -70,7 +70,7 @@ export class Details {
|
|||
}
|
||||
|
||||
componentDidUnload() {
|
||||
focusVisible.observe(this.details);
|
||||
focusVisible.unobserve(this.details);
|
||||
}
|
||||
|
||||
/** Shows the alert. */
|
||||
|
|
Ładowanie…
Reference in New Issue