From 1f6b61cf558b3176dedd0482fa64de65f71f00f6 Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Thu, 1 Jul 2021 10:34:07 +0200 Subject: [PATCH] fix: links now have real href and data-href --- src/List.svelte | 6 ++++-- src/Square.svelte | 9 ++++++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/List.svelte b/src/List.svelte index 818f8954..5adade20 100644 --- a/src/List.svelte +++ b/src/List.svelte @@ -41,7 +41,8 @@ {#each realItems as realItem}
  • openLink(realItem)} on:mouseover={hoverPreview} @@ -62,7 +63,8 @@ {#each impliedItems as impliedItem}
  • openLink(realItem)} on:mouseover={hoverPreview} - >{realItem.to.split("/").last()} + > + {realItem.to.split("/").last()}
  • {/each} @@ -59,7 +61,8 @@ {#each impliedItems as impliedItem}