multiline cell editor #378 #371 #359

This commit is contained in:
Jan Prochazka
2022-09-25 08:58:39 +02:00
parent a56f59ceba
commit 7fc8b2901b
8 changed files with 91 additions and 33 deletions

View File

@@ -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>