SlTooltip call `super.disconnectedCallback()` (#2226)

alenaksu/fix/carousel-navigation-icons
Daniel Liebner 2024-10-23 16:04:31 -04:00 zatwierdzone przez GitHub
rodzic b4a3b32bb0
commit 8ca1fc7749
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -109,6 +109,7 @@ export default class SlTooltip extends ShoelaceElement {
}
disconnectedCallback() {
super.disconnectedCallback();
// Cleanup this event in case the tooltip is removed while open
this.closeWatcher?.destroy();
document.removeEventListener('keydown', this.handleDocumentKeyDown);