1
0
Fork 0

sched/clkinfo: ignore taps on events

master
Rob Pilling 2024-09-22 21:55:11 +01:00
parent 943de6fca8
commit 6657d34123
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@
this.switchTimeout = undefined;
},
run: function() {
if (a.date) return; // ignore events
a.on = !a.on;
this.emit("redraw");
alarm.setAlarms(all);