Skip to content

Commit

Permalink
Ensure blur event doesn't override click event
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinEtchells committed Jan 31, 2025
1 parent 468c4a4 commit e9c3831
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export class ModelSelector extends RedboxElement {
#blur() {
window.setTimeout(() => {
this.expanded = false;
}, 100);
}, 200);
}

}
Expand Down

0 comments on commit e9c3831

Please sign in to comment.