mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 03:36:01 +00:00
@@ -4,7 +4,12 @@
|
||||
export let icon = 'icon form';
|
||||
</script>
|
||||
|
||||
<div on:click|stopPropagation class='showFormButtonMarker'>
|
||||
<div
|
||||
on:click|stopPropagation|preventDefault
|
||||
on:mousedown|stopPropagation|preventDefault
|
||||
on:mouseup|stopPropagation|preventDefault
|
||||
class="showFormButtonMarker"
|
||||
>
|
||||
<FontIcon {icon} />
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user