Skip to content
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

Make message text selectable #143

Merged
merged 1 commit into from
Jan 27, 2025
Merged

Make message text selectable #143

merged 1 commit into from
Jan 27, 2025

Conversation

mbaum0
Copy link
Contributor

@mbaum0 mbaum0 commented Jan 27, 2025

Closes: #142

This PR removes all usage of the noselect css class. Users should now be able to copy/cut/paste text from messages.

@@ -22,7 +22,7 @@ export function Carousel({ pad, items, itemRenderer, itemRemove }) {
<ReactResizeDetector handleWidth={true} handleHeight={false}>
{({ width, height }) => {
return (
<div class="item noselect">
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@balzack Should I remove the class definition all together?

Copy link
Owner

@balzack balzack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm fine leaving the css reference in case it's useful later.

@balzack
Copy link
Owner

balzack commented Jan 27, 2025

thank you!

@balzack balzack merged commit 651fdbe into balzack:main Jan 27, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unselectable message text
2 participants