Parcourir la source

Make the combatant scrolling orders consistent

vintage
Fen Dweller il y a 5 ans
Parent
révision
925a567228
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/components/Combat.vue

+ 1
- 1
src/components/Combat.vue Voir le fichier

@@ -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' })
}
}
}


Chargement…
Annuler
Enregistrer