mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
fix infinite loop
This commit is contained in:
@@ -122,6 +122,7 @@
|
||||
"peta",
|
||||
"petabit",
|
||||
"Preact",
|
||||
"preconnect",
|
||||
"prismjs",
|
||||
"progressbar",
|
||||
"radiogroup",
|
||||
|
||||
@@ -277,10 +277,6 @@ export default class WaSelect extends WebAwesomeFormAssociatedElement {
|
||||
}
|
||||
}
|
||||
|
||||
if (changedProperties.has('value') && this.hasUpdated) {
|
||||
this.handleValueChange();
|
||||
}
|
||||
|
||||
if (changedProperties.has('open') && this.hasUpdated) {
|
||||
this.handleOpenChange();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user