mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Fix bug where focusVisible observer wasn't removed from details
This commit is contained in:
@@ -70,7 +70,7 @@ export class Details {
|
||||
}
|
||||
|
||||
componentDidUnload() {
|
||||
focusVisible.observe(this.details);
|
||||
focusVisible.unobserve(this.details);
|
||||
}
|
||||
|
||||
/** Shows the alert. */
|
||||
|
||||
Reference in New Issue
Block a user