-
How do I enable user to select and copy the text inside? |
Beta Was this translation helpful? Give feedback.
Answered by
Lutymane
Mar 25, 2023
Replies: 1 comment
-
Bruh, solved by setting |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Lutymane
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bruh, solved by setting
user-select: text
style and settingonmousemove = e => e.stopPropagation()
on view zone DOM element. Because another event listener attached by monaco blocks drag selection inside the view zone for some reason...