mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 15:16:01 +00:00
fix
This commit is contained in:
@@ -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);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user