metafizzy / packery

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

How to use Packery with contenteditable div? #524

Closed mgeth closed 5 years ago

mgeth commented 5 years ago

Is it possible to use Packery and Draggabilly with content editable div? For some reason I can not get contenteditable div to work with Packery and Draggabilly.

Test case: https://codepen.io/anon/pen/vwmEvG

desandro commented 5 years ago

My recommendation is to use a back-handle method with Draggabilly, so that the text is clickable and editable, but the rest of the item is draggable.

mgeth commented 5 years ago

I'll use this, thanks for your help