소스 검색

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


불러오는 중...
취소
저장