From 1f58f065d55f6b8953b2fc41bc33afd1bd5d91a5 Mon Sep 17 00:00:00 2001 From: marvin-wtt <31454580+marvin-wtt@users.noreply.github.com> Date: Sat, 22 Jun 2024 22:56:43 +0200 Subject: [PATCH] fix: Prevent dongle to expand on dongle search --- src/pages/DevicesPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/DevicesPage.vue b/src/pages/DevicesPage.vue index 0794100..1d1bf8a 100644 --- a/src/pages/DevicesPage.vue +++ b/src/pages/DevicesPage.vue @@ -36,7 +36,7 @@ size="xs" flat round - @click="findDongle(dongle)" + @click.stop="findDongle(dongle)" />