Slider: reset dragActive

master
Rob Pilling 2024-04-21 18:44:04 +01:00
parent 19ff8316e4
commit 621f58feb6
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ exports.create = function(cb, conf) {
}
o.v.prevLevel = o.v.level;
o.v.ebLast = e.b;
if (e.b==0) o.v.dragActive = false;
}
};