click-ui
click-ui copied to clipboard
CodeBlock add an extra-line on copy/paste
When copying code from the code block by selecting specific lines in the block and wrapLines is set to true, extra newlines are added to the copied snippet.
-
wrapLines=false
Result in no extra-lines
-
wrapLines=true
Results in extra-lines:
Not related, but also it would be great if the line number is not copied as part of the code snippet.
Hi @lio-p, I wasn’t able to reproduce the issue. Could you check and let me know if it’s still happening?