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
Describe the bug
When lineNumbers = true and isCopyable = true the copied text contains code block content as well as line numbers.
lineNumbers = true
isCopyable = true
This bug references elastic/kibana#158644.
Environment and versions
To Reproduce Steps to reproduce the behavior:
lineNumbers
isCopyable
Expected behavior
The copied text should not contain line numbers.
Minimum reproducible sandbox
https://codesandbox.io/s/young-fast-rh60ds?file=/demo.js
The text was updated successfully, but these errors were encountered:
cee-chen
Successfully merging a pull request may close this issue.
Describe the bug
When
lineNumbers = true
andisCopyable = true
the copied text contains code block content as well as line numbers.This bug references elastic/kibana#158644.
Environment and versions
To Reproduce
Steps to reproduce the behavior:
lineNumbers
andisCopyable
Expected behavior
The copied text should not contain line numbers.
Minimum reproducible sandbox
https://codesandbox.io/s/young-fast-rh60ds?file=/demo.js
The text was updated successfully, but these errors were encountered: