Skip to content

Commit

Permalink
Merge pull request #151 from galacticcouncil/reset-xchain-search
Browse files Browse the repository at this point in the history
Reset XChain search on item select
  • Loading branch information
nohaapav authored Oct 9, 2024
2 parents b58dcd6 + 92839ec commit c846dcd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 c846dcd

Please sign in to comment.