oplengs001

Results 3 comments of oplengs001

> I use > > ``` > onMouseWheel(e) { > const currentScrollDelta = this.scrollBars.getScrollLeft(); > this.scrollBars.scrollLeft(currentScrollDelta + e.deltaY); > } > ``` awesome solve my problem :) thanks