-
-
Notifications
You must be signed in to change notification settings - Fork 220
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
Text inside drawer component is not draggable for copying #295
Comments
Solution I currently have
Makes the text draggable |
It's unclear what you what to achieve to me, can you clarify? |
we might want to copy and paste the text inside the drawer, instead when we want to drag to select the text, it is dragging the entire drawer (text was not selected) |
I also have this problem. I was hoping |
Hi, I expect the cursor to change when I hover on top of a p tag inside Drawer.Content.
I want to be able to drag on the text so that I can copy it. This doesn't seem to work whether dismissible={false} or not.
What can I do to fix this?
I played around on the console and I see that removing "vaul-drawer" on the top level fixes the issue. Is that necessary?
The text was updated successfully, but these errors were encountered: