kineticscroll - Remove print

master
Martin Boonk 2024-03-25 16:27:20 +01:00
parent 98325fa102
commit b9287dbf99
1 changed files with 0 additions and 1 deletions

View File

@ -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});
}
};