pull/687/head
Cory LaViska 2022-02-19 11:56:16 -05:00
rodzic 011f12a7e4
commit e0ab8fc8e2
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -361,6 +361,7 @@ export default class SlDropdown extends LitElement {
@watch('open', { waitUntilFirstUpdate: true })
async handleOpenChange() {
if (this.disabled) {
this.open = false;
return;
}