chore: added hiding rolling stock preview on hover

This commit is contained in:
2026-03-15 23:18:36 +01:00
parent dc0b0315e0
commit f7499fe431
5 changed files with 15 additions and 8 deletions
@@ -63,7 +63,7 @@
</div>
</transition>
<StockList :trainStockList="chosenTrain.stockList" :key="chosenTrain.id" />
<StockList :trainStockList="chosenTrain.stockList" :key="chosenTrain.id" :showPreviews="true" />
<TrainSchedule :train="chosenTrain" />
</div>
</template>