Pārlūkot izejas kodu

Make the combatant scrolling orders consistent

master
Fen Dweller pirms 5 gadiem
vecāks
revīzija
925a567228
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      src/components/Combat.vue

+ 1
- 1
src/components/Combat.vue Parādīt failu

@@ -70,7 +70,7 @@ import { Side } from '@/game/combat'
const target = this.$el.querySelector("#right-stats")

if (target !== null) {
target.scrollBy({ top: 0, left: -event.deltaY, behavior: 'smooth' })
target.scrollBy({ top: 0, left: event.deltaY, behavior: 'smooth' })
}
}
}


Notiek ielāde…
Atcelt
Saglabāt