Is (Not) Dragged Over

So I’m using drag and drop and have one small drop zone positioned over the top of a larger one. I can’t find a way to detect when the inside zone if dropped on without triggering the outer one as well. I had thought that I’d just use the “Only When” “Is Not Dragged Over” to isolate outer one. But that doesn’t exist, only “Is Dragged Over”. I added “Is No” at the end but that doesn’t seem to work in this case.

If this were straight JS I’d just tell the top element not to propagate the drop, but Bubble doesn’t have that (would be nice though!). Anybody got any other ideas?

This topic was automatically closed after 70 days. New replies are no longer allowed.