desandro / draggabilly

:point_down: Make that shiz draggable
https://draggabilly.desandro.com
MIT License
3.86k stars 387 forks source link

Drag on link, prevent link from triggering #193

Closed pixedd closed 6 years ago

pixedd commented 6 years ago

Hello,

I'm using Packery with Draggability, I've got a grid-item which I drag and some links in it.

<div class="grid-items"><div class="padding-40"><a href="#link">link</a></div></div>

I would like to prevent the click propagation when dragging and releasing it.

Any ideas ?

Thx !

pixedd commented 6 years ago

This css solution fixed my problem ;)

https://codepen.io/desandro/pen/znAuH

Thx !