This repository has been archived by the owner on May 5, 2022. It is now read-only.
fix: resets interval timer on control click #56
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This fixes the second half of #45. I set it up as an action:
REPL Example: https://svelte.dev/repl/a363db348ba4485d965c5b5464428a73?version=3.31.2
I didn't try implementing the first part of the issue (pause on hover) because I noticed that it was a part of the API and I wasn't sure if you wanted it to remain that way or if you'd rather it become a standard feature. If you did want that change I'd be happy to submit another PR for it.
Since this is an "under-the-hood" fix I didn't edit anything in the README. Let me know if anything is off! Thanks!