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

Clear text without delay & update dependencies #132

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

KilianB
Copy link

@KilianB KilianB commented Dec 2, 2021

Main changes:

  • add a clear method which removes characters in batch in a single event loop, thus no delay is noticeable. The current delete all version splits up deletion in single events which result in a delay because the loop is tick based.
  • check the type of speed in deleteAll instead of if it is truthy. This will allow the user to specify a potential delay of 0
  • Bump dependencies

Minor changes:

  • typo fixes

React and react dom have been pinned to the current version instead of the .x release. This can and should probably be changed.

@slumbering
Copy link

I also need this feature. Hopefully this PR will be merged soon.

@lucasf10
Copy link

Also would love to have that!

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.

3 participants