Reacting on drag even with overlapping div #567
Unanswered
piotrblasiak
asked this question in
Q&A
Replies: 3 comments
-
Can you share a sandbox reproducing the issue? There's different ways of implementing what you described. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hmm, nevermind - seems I can't reproduce the issue in a sandbox for some reason. Doesn't make sense but could be something else I guess. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a problem where I have a fullscreen div covering the node that I've used {...bind()} on, and even tho it's covering it - drag events are passed through (which is undesired). The covering div is a sibling and not a child, and I did try to set pointer-events: all on it which didn't make a difference. Is this by design and how can I fix it?
Beta Was this translation helpful? Give feedback.
All reactions