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
Errant console.log left in the paste listener.
console.log
Avoid adding noise to the console.
Logs the input/output from paste e.g. { _content: '123-456', content: '123456' }.
{ _content: '123-456', content: '123456' }
Pretty sure this is unintentional. I can't raise a PR right now but it should be safe to just remove the offending line.
pasteTransformer
The text was updated successfully, but these errors were encountered:
guilhermerodz
No branches or pull requests
Errant
console.log
left in the paste listener.Version of the library: 1.4.1
Expected Behavior
Avoid adding noise to the console.
Current Behavior
Logs the input/output from paste e.g.
{ _content: '123-456', content: '123456' }
.Possible Solution
Pretty sure this is unintentional. I can't raise a PR right now but it should be safe to just remove the offending line.
Steps to Reproduce
pasteTransformer
propThe text was updated successfully, but these errors were encountered: