mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Cleanup i restrukturyzacja widoku scenerii
This commit is contained in:
@@ -35,11 +35,7 @@
|
||||
:key="i + 1"
|
||||
tabindex="0"
|
||||
@click="navigateToTrain(scheduledTrain.trainNo)"
|
||||
@keydown="
|
||||
(e) => {
|
||||
if (e.keyCode == 13) navigateToTrain(scheduledTrain.trainNo);
|
||||
}
|
||||
"
|
||||
@keydown.enter="navigateToTrain(scheduledTrain.trainNo)"
|
||||
>
|
||||
<span class="timetable-general">
|
||||
<span class="general-info">
|
||||
|
||||
Reference in New Issue
Block a user