Fix writing mode not working on buttons in chrome

This commit is contained in:
ZXY101
2023-09-25 13:23:01 +02:00
parent aa55c54667
commit 476c92ccc5

View File

@@ -62,16 +62,17 @@
style:left
style:top
style:font-size={fontSize}
style:writing-mode={writingMode}
style:font-weight={fontWeight}
style:display
style:border
on:dblclick={() => onUpdateCard(lines)}
{contenteditable}
>
<div style:writing-mode={writingMode}>
{#each lines as line}
<p>{line}</p>
{/each}
</div>
</button>
{/each}