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}