ソースを参照

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


読み込み中…
キャンセル
保存