Poprawki dostępności

This commit is contained in:
2022-01-04 22:20:54 +01:00
parent ac7ed0d1bc
commit 054f8434e6
8 changed files with 197 additions and 626 deletions
@@ -38,6 +38,8 @@
v-for="(station, i) in stations"
:key="i + station.name"
@click="() => setScenery(station.name)"
@keydown="(e) => { if(e.keyCode == 13) setScenery(station.name) }"
tabindex="0"
>
<td
class="station_name"