Debounce drawing
Closed this issue · 1 comments
erikhuizinga commented
Debounce drawing, so that accidental double clicks/taps are filtered.
A debounce of 200 milliseconds should do the trick. The UI shouldn't reflect the 'disabled' state, because it's would lead to excessive 'flashing' or animations. Maybe the history items appearing can be animated with the same debounce time? This would also help with visibility of history items appearing (#4).
erikhuizinga commented
Added in 84f05c1.