Skip to content

Commit

Permalink
fix: selecting day on mobile agenda (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomosterlund authored Feb 23, 2024
1 parent 16c4f80 commit 0d4e332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/month/Day.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
>
<span
class="calendar-month__day-date"
@click="emitDayWasClicked"
>
{{ day.dateTimeString.substring(8, 10).startsWith('0') ? day.dateTimeString.substring(9, 10) : day.dateTimeString.substring(8, 10) }}
</span>
Expand Down

0 comments on commit 0d4e332

Please sign in to comment.