Skip to content

Commit

Permalink
Reset XChain search on item select
Browse files Browse the repository at this point in the history
  • Loading branch information
jvonasek committed Oct 8, 2024
1 parent b58dcd6 commit 4cd6e56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/apps/src/element/selector/SelectXChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ export class SelectXChain extends LitElement {
.item=${chain}
slot=${this.getSlot(chain)}
?selected=${this.isSelected(chain)}
?disabled=${this.isDisabled(chain)}>
?disabled=${this.isDisabled(chain)}
@list-item-click=${() => (this.query = '')}>
<uigc-chain
.name=${name}
.ecosystem=${getChainEcosystem(chain)}
Expand Down

0 comments on commit 4cd6e56

Please sign in to comment.