From b44417084c505b82abb6083a69a048618d575f7f Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Mon, 25 Jul 2022 23:54:11 -0600 Subject: [PATCH] Emit events when the user hovers over the card. --- web-svelte/src/components/Card.svelte | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web-svelte/src/components/Card.svelte b/web-svelte/src/components/Card.svelte index 26b6529..f86a4ba 100644 --- a/web-svelte/src/components/Card.svelte +++ b/web-svelte/src/components/Card.svelte @@ -1,5 +1,6 @@