-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
fix: ctrl+c on examples copies the whole text #74
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @AkshataABhat! We have solve the problem, but I noticed one side effect of these changes.
Some of the codeblocks have few lines highlighted in green, and since we are disabling the line wrapping. there will be no elements that wrap the lines, so the green highlights have disappeared. Can you please also resolve it?
Yes, will do @JeelRajodiya 👍 |
Any updates @AkshataABhat? |
@JeelRajodiya pls check this pr. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done @JeelRajodiya , please check. |
Congrats Akshata! it works perfectly! |
closes #53