Преглед на файлове

Make the combatant scrolling orders consistent

master
Fen Dweller преди 5 години
родител
ревизия
925a567228
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      src/components/Combat.vue

+ 1
- 1
src/components/Combat.vue Целия файл

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


Loading…
Отказ
Запис