Skip to content

Commit

Permalink
Merge pull request #180 from marvin-wtt/fix/dongle-search
Browse files Browse the repository at this point in the history
fix: Prevent dongle to expand on dongle search
  • Loading branch information
marvin-wtt authored Jun 22, 2024
2 parents 9620f55 + 1f58f06 commit 5a58266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/DevicesPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
size="xs"
flat
round
@click="findDongle(dongle)"
@click.stop="findDongle(dongle)"
/>
</q-item-section>
</template>
Expand Down

0 comments on commit 5a58266

Please sign in to comment.