From 4dd1e7af768a7e4e4e80be18e9adb6289e137b28 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Tue, 12 Apr 2022 11:27:32 +0800 Subject: [PATCH] fix(webui): read button on card would not always work closes #830 --- komga-webui/src/components/ItemCard.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/komga-webui/src/components/ItemCard.vue b/komga-webui/src/components/ItemCard.vue index f3eb96848..b5468e47b 100644 --- a/komga-webui/src/components/ItemCard.vue +++ b/komga-webui/src/components/ItemCard.vue @@ -54,6 +54,7 @@ color="accent" style="position: absolute; top: 50%; left: 50%; margin-left: -36px; margin-top: -36px" :to="fabTo" + @click.native="$event.stopImmediatePropagation()" > mdi-book-open-page-variant