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>
<a
on:click={() => {
if (onClick) onClick();
on:click={(e) => {
if (onClick) onClick(e);
else openWebLink(href);
}}
>