Преглед изворни кода

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…
Откажи
Сачувај