Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

97-configurable-debounce-time #98

Merged
merged 5 commits into from
Mar 8, 2022
Merged

97-configurable-debounce-time #98

merged 5 commits into from
Mar 8, 2022

Conversation

trevrdspcdev
Copy link
Contributor

Add a debounceTimer configuration option

This PR adds a debounceTimer config option that allows for setting the debounce rate lower than the default of 200ms.

This makes it possible to set the debounce timer as low as zero milliseconds so that pressing CMD+Z will only delete a single character at a time instead of sometimes deleting more than one character at a time.

@MarioRodriguezS MarioRodriguezS changed the base branch from master to v2.0-rc.3 March 7, 2022 22:21
@MarioRodriguezS
Copy link
Contributor

@trevrdspcdev Hi there!
Thanks a lot for contribute in editorjs-undo, it is a great feature, and it is working as expected. Only one thing, please add the feature in the Readme file.

Thanks again, I will look forward to your new commit.
Best,
Mario

@trevrdspcdev
Copy link
Contributor Author

trevrdspcdev commented Mar 8, 2022

@trevrdspcdev Hi there! Thanks a lot for contribute in editorjs-undo, it is a great feature, and it is working as expected. Only one thing, please add the feature in the Readme file.

Thanks again, I will look forward to your new commit. Best, Mario

Thanks @MarioRodriguezS! I've updated README.md as requested. 🙂

@MarioRodriguezS
Copy link
Contributor

@trevrdspcdev Hi there! Thanks a lot for contribute in editorjs-undo, it is a great feature, and it is working as expected. Only one thing, please add the feature in the Readme file.
Thanks again, I will look forward to your new commit. Best, Mario

Thanks @MarioRodriguezS! I've updated README.md as requested. slightly_smiling_face

Perfect! @trevrdspcdev, the pull request will be accepted, and the feature will be available in the v2.0-rc.3 soon.

Best,
Mario

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants