This commit is contained in:
Jan Prochazka
2022-04-04 20:53:39 +02:00
parent fa193f0e57
commit 2a46ff78bb

View File

@@ -6,8 +6,8 @@
</script> </script>
<a <a
on:click={() => { on:click={(e) => {
if (onClick) onClick(); if (onClick) onClick(e);
else openWebLink(href); else openWebLink(href);
}} }}
> >