We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017ea85 commit 3050aebCopy full SHA for 3050aeb
apps/smpltmr/app.js
@@ -36,7 +36,6 @@ const imgPlay = atob("GBiBAIAAAOAAAPgAAP4AAP+AAP/gAP/4AP/+AP//gP//4P//+P///v///v
36
let lastDragB;
37
let cumulativeDiff = 0;
38
function onDrag(event) {
39
- print(event)
40
if (!timerRunning()) {
41
var diff = -Math.round(event.dy/5);
42
if (event.x < timePickerLayout.hours.w) {
0 commit comments