mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
remove unnecessary bind
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user