Skip to content

Clear text without delay & update dependencies#132

Open
KilianB wants to merge 8 commits intotameemsafi:mainfrom
KilianB:master
Open

Clear text without delay & update dependencies#132
KilianB wants to merge 8 commits intotameemsafi:mainfrom
KilianB:master

Conversation

@KilianB
Copy link
Copy Markdown

@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
Copy Markdown

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

@lucasf10
Copy link
Copy Markdown

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