mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
remove unnecessary call
This commit is contained in:
@@ -125,10 +125,6 @@ export class WebAwesomeFormAssociatedElement
|
||||
super.connectedCallback();
|
||||
this.updateValidity();
|
||||
|
||||
setTimeout(() => {
|
||||
this.updateValidity();
|
||||
})
|
||||
|
||||
// Lazily evaluate after the constructor to allow people to override the `assumeInteractionOn`
|
||||
this.assumeInteractionOn.forEach(event => {
|
||||
this.addEventListener(event, this.handleInteraction);
|
||||
|
||||
Reference in New Issue
Block a user