kineticscroll - Remove print
parent
98325fa102
commit
b9287dbf99
|
|
@ -39,7 +39,6 @@
|
|||
if ((menuScrollMin<0 || i>=0) && i<options.c){
|
||||
let yAbs = (e.y + rScroll - R.y);
|
||||
let yInElement = yAbs - i*options.h;
|
||||
print("selected");
|
||||
options.select(i, {x:e.x, y:yInElement});
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue