Revert Sliders.js fix

This is instead fixed in #3261
master
Anton 2024-03-15 06:39:44 +01:00
parent c91e632033
commit 9f26a5abfe
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ exports.create = function(cb, conf) {
// Function to pass to `Bangle.on('drag', )` // Function to pass to `Bangle.on('drag', )`
o.f.dragSlider = e=>{ o.f.dragSlider = e=>{
"ram"; "ram";
let exFirst, eyFirst;
if (o.v.ebLast==0) { if (o.v.ebLast==0) {
exFirst = o.c.horizontal?e.y:e.x; exFirst = o.c.horizontal?e.y:e.x;
eyFirst = o.c.horizontal?e.x:e.y; eyFirst = o.c.horizontal?e.x:e.y;