mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
fix
This commit is contained in:
parent
fa193f0e57
commit
2a46ff78bb
@ -6,8 +6,8 @@
|
||||
</script>
|
||||
|
||||
<a
|
||||
on:click={() => {
|
||||
if (onClick) onClick();
|
||||
on:click={(e) => {
|
||||
if (onClick) onClick(e);
|
||||
else openWebLink(href);
|
||||
}}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user