metafizzy / packery

:bento: Gapless, draggable grid layouts
https://packery.metafizzy.co
4.13k stars 315 forks source link

Draggability: Disable on hover over specfic element, and allow marking of text #511

Closed cod3gen closed 6 years ago

cod3gen commented 6 years ago

Codepen example: https://codepen.io/anon/pen/JaaPGE

In this example, hovering over one element disables draggability over all elements, is it possible do disable draggability on the specfic element instead?

And even though draggability is disable, im not able to mark and/or copy text inside the draggable element - is there a way around this?

desandro commented 6 years ago

And even though draggability is disable, im not able to mark and/or copy text inside the draggable element - is there a way around this?

You can use the back handle technique with Draggabilly. See https://codepen.io/desandro/pen/znAuH

cod3gen commented 6 years ago

Yeah, handle was the one i where looking for.. And thats more or less the answer for both questions. Thanks 👍