We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Summary In Chrome on Mac, if you keep pasting some text, the 2001 characters are pasted even when the max length is 2000.
Steps To Reproduce Steps to reproduce the behaviour:
Cmd + V
Expected behaviour The text would stop when 0 characters are left.
Observed Behavior The text stops when there are -1 characters left.
Environment
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
In Chrome on Mac, if you keep pasting some text, the 2001 characters are pasted even when the max length is 2000.
Steps To Reproduce
Steps to reproduce the behaviour:
Cmd + V
until no more text can be pasted.Expected behaviour
The text would stop when 0 characters are left.
Observed Behavior
The text stops when there are -1 characters left.
Environment
The text was updated successfully, but these errors were encountered: