shape-shifter icon indicating copy to clipboard operation
shape-shifter copied to clipboard

Report a bug about countdown module.

Open joelost opened this issue 6 years ago • 0 comments

When we set cmd sequence length equal 3, and then cmd sequence include #countdown 3.

Countdown is not working.

ps:

function timedAction ... if ((!reverse && max && currentAction === max) || (reverse && currentAction === 0)) { clearInterval(interval); } ...

joelost avatar Nov 20 '18 08:11 joelost