Ryan Malloy 6b6d80ded3 Cuckoo: single click gives one call, double-click strikes the hour
Nine cuckoos on an idle click is a lot. There's no singleclick event and click
always fires before dblclick, so the single call is deferred by one double-click
interval (260ms) and cancelled if a second click lands.
2026-07-14 09:32:45 -06:00
..