sisyphus icon indicating copy to clipboard operation
sisyphus copied to clipboard

New autoStopAfterRelease option was added.

Open spheresh opened this issue 8 years ago • 1 comments

Motivation

Latest version [71c0df4] works fine, but I have got a problem with autoRelease option. I see that the onRelease function is called after my form has been submitted, but after that a setTimeout function trigger a saveAllData function again.

My tiny patch offers to clean up the timeout callback in case a autoStopAfterRelease option is set to TRUE.

P.S. Sure we can discuss this approach.

spheresh avatar Apr 25 '16 13:04 spheresh

I had the same issue and this PR solved. Thanks a lot! Man. A simple solution. 🤑

cortijorandom avatar Jan 10 '18 20:01 cortijorandom