desandro / draggabilly

:point_down: Make that shiz draggable

Home Page:https://draggabilly.desandro.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drag on link, prevent link from triggering

pixedd opened this issue · comments

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 !

This css solution fixed my problem ;)

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

Thx !