remove unnecessary bind

pull/731/head
Cory LaViska 2022-04-14 15:28:43 -04:00
rodzic a5b3334222
commit c0dc08116c
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -138,7 +138,6 @@ export default class SlSelect extends LitElement {
connectedCallback() {
super.connectedCallback();
this.handleMenuSlotChange = this.handleMenuSlotChange.bind(this);
this.resizeObserver = new ResizeObserver(() => this.resizeMenu());
this.updateComplete.then(() => {