parent
c91e632033
commit
9f26a5abfe
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue