From 8191522d2315b143a48f24cbd405cd51ee8aa790 Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Sun, 17 Apr 2022 16:17:16 +0200 Subject: [PATCH] fix(nextPrev): :bug: hoverPreview now works on NextPrev View (fix #356) --- src/Components/NextPrev.svelte | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Components/NextPrev.svelte b/src/Components/NextPrev.svelte index aa8a994f..ee966335 100644 --- a/src/Components/NextPrev.svelte +++ b/src/Components/NextPrev.svelte @@ -1,5 +1,5 @@
@@ -18,6 +20,7 @@
await openOrSwitch(app, to, e)} + on:mouseover={(e) => hoverPreview(e, activeLeafView, to)} > {field} {to} @@ -31,6 +34,7 @@
await openOrSwitch(app, to, e)} + on:mouseover={(e) => hoverPreview(e, activeLeafView, to)} > {to} {field}