Jump to content
Search Community

danwoods

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by danwoods

  1. Hi Rodrigo, stopPropagation() does work in your example, not sure why it wasn't working for me. It will take me a while to prune my code down to a simple example, but if I have the time, I'll create a codepen..
  2. Thanks. I realized that my coverflow functionality was within an `onDragEnd()` end function, so I was able to check the event target there and then return immediately if it matched the inner drag (dial) trigger... Thanks again FWIW, e.stopPropagation() never seemed to stop any of the drags...
  3. Hello, I have an issue involving multiple draggables within the same element (a coverflow of dials). I'd like to not fire the coverflow drag when a user is trying to set a dial. Is there a way to stop the drag via it's onPress function (eg: if the click/touch event's target element is part of the dial, stop the drag)? (This concept seems simple enough not to warrant a codepen, but I can add one if it would be helpful) Thanks in advance, Dan
×
×
  • Create New...