Remove mousedown stop propagation on header cell icon
This commit is contained in:
parent
4786ce58ed
commit
81ec010732
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue