Removed redundent console log
parent
a3293be30d
commit
47420f17ea
|
|
@ -5,7 +5,6 @@ export default class HorizontalScrollPlugin extends Scrollbar.ScrollbarPlugin {
|
||||||
transformDelta (delta, fromEvent) {
|
transformDelta (delta, fromEvent) {
|
||||||
const { x, y } = delta
|
const { x, y } = delta
|
||||||
if (!this.scrollbar.options.horizontal) {
|
if (!this.scrollbar.options.horizontal) {
|
||||||
console.log('wtf', x)
|
|
||||||
return {
|
return {
|
||||||
y: y,
|
y: y,
|
||||||
x: 0
|
x: 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue