mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Cleanup i restrukturyzacja widoku scenerii
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
v-for="(station, i) in stations"
|
||||
:key="i + station.name"
|
||||
@click="() => setScenery(station.name)"
|
||||
@keydown="(e) => { if(e.keyCode == 13) setScenery(station.name) }"
|
||||
@keydown.enter="setScenery(station.name)"
|
||||
tabindex="0"
|
||||
>
|
||||
<td
|
||||
|
||||
Reference in New Issue
Block a user