mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Poprawki dostępności
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user