You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect in
Issue 1: When I press Enter then character just count 1 instead of count 2
Issue 2: Can not type in the middle of the text if reach the limit
Anything to add? (optional)
No response
Did you update your dependencies?
Yes, I’ve updated my dependencies to use the latest version of all packages.
Are you sponsoring us?
Yes, I’m a sponsor. 💖
The text was updated successfully, but these errors were encountered:
…#1049, fix#1550, fix#1839, fix#2245
* fix a bug when exceeding the character limit
* find a better way to limit the doc size
* check paste events
* add storage method
* refactoring
* use textBetween instead of textContent
* return early if no limit is set
* add words method to storage
* show word count in charactercount demo
Co-authored-by: Philipp Kühn <philippkuehn@MacBook-Pro-von-Philipp.local>
What’s the bug you are facing?
I have issue when I use extension CharacterCount
How can we reproduce the bug on our side?
Issue 1:
Issue 2:
Can you provide a CodeSandbox?
https://codesandbox.io/s/character-count-error-qe7yz?file=/src/App.vue
What did you expect to happen?
I expect in
Issue 1: When I press Enter then character just count 1 instead of count 2
Issue 2: Can not type in the middle of the text if reach the limit
Anything to add? (optional)
No response
Did you update your dependencies?
Are you sponsoring us?
The text was updated successfully, but these errors were encountered: