mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 19:36:00 +00:00
fix
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
</script>
|
||||
|
||||
<a
|
||||
on:click={() => {
|
||||
if (onClick) onClick();
|
||||
on:click={(e) => {
|
||||
if (onClick) onClick(e);
|
||||
else openWebLink(href);
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user