mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Wygląd karty SRJP (cz.1)
This commit is contained in:
@@ -141,12 +141,6 @@ export default defineComponent({
|
||||
|
||||
showTrainTimetable(train: Train) {
|
||||
this.chosenTrain = train;
|
||||
|
||||
this.$nextTick(() => {
|
||||
const cardRef = this.$refs.card;
|
||||
|
||||
(cardRef as any).$refs['card-inner'].focus();
|
||||
});
|
||||
},
|
||||
|
||||
closeTimetableCard() {
|
||||
|
||||
Reference in New Issue
Block a user