Don't cut weekday names shown in weekday selector (breaks in some languages).

This commit is contained in:
Leo Vasanko 2025-08-26 11:51:08 -06:00
parent d8b4639ecd
commit a3066946fc

View File

@ -16,7 +16,7 @@
@pointerenter="onDragOver(di)"
@pointerup="onPointerUp"
>
{{ d.slice(0, 3) }}
{{ d }}
</button>
<button
v-for="g in barGroups"