How would I make it so that I have a box that resp...
# compose-desktop
k
How would I make it so that I have a box that responds to pointer inputs (custom dragging), but then inside of that box there is a smaller box which should not respond to dragging anymore? I'm unsure of how to stop the pointer input from cascading down to child elements. I'd like a box to be draggable but not allow the custom buttons inside it to be draggable.