Skip to content

Commit

Permalink
fix: clicking on fiat search closes menu
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Jul 22, 2024
1 parent 9c945f7 commit b823977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/OrderForm/BuyForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
density="compact"
placeholder="Search"
@update:model-value="updateFiatFilter"
@click.stop="() => {}"
></v-text-field>
</template>
<template #item="data">
Expand Down

0 comments on commit b823977

Please sign in to comment.