mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-04 03:58:11 +00:00
Zmieniono działanie losowania składu
This commit is contained in:
@@ -140,6 +140,15 @@ export default defineComponent({
|
||||
if (lastStock.count > 1) lastStock.count--;
|
||||
else this.store.stockList.splice(-1);
|
||||
}
|
||||
|
||||
// if (keyName == 'arrowdown') {
|
||||
// const chosenVehicle = this.store.chosenCar || this.store.chosenLoco;
|
||||
|
||||
// if(!chosenVehicle) return;
|
||||
|
||||
// ev.preventDefault();
|
||||
|
||||
// }
|
||||
});
|
||||
|
||||
this.onLocoPowerChange('loco-e');
|
||||
|
||||
Reference in New Issue
Block a user