Remove mousedown stop propagation on header cell icon

This commit is contained in:
Andrew Kingston 2023-04-24 17:36:38 +01:00
parent 4786ce58ed
commit 81ec010732
1 changed files with 1 additions and 5 deletions

View File

@ -129,11 +129,7 @@
/>
</div>
{/if}
<div
class="more"
on:mousedown|stopPropagation
on:click={() => (open = true)}
>
<div class="more" on:click={() => (open = true)}>
<Icon
size="S"
name="MoreVertical"