Replies: 1 comment 1 reply
-
Oh good idea, we could implement this when someone drags and holds down Cmd/Ctrl.
Unfortunately I have not worked on that for a while. Bad timing: by the time @bevacqua added me as a maintainer, I had gotten swamped with other things. I still plan to work on it in the future, but it won't be very soon. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi to all
I group a few questions here regarding drag & drop (all help is welcome 👍 )
Is there a way to copy items from a collection to another, rather than moving them?
I saw an option in dragula
(options.copy)
: is there a way to use it?I found a way to do it in this codepen, or even here based on @DmitrySharabin code,
forcing both collections to accept each other through
mv-accepts
, butmv-accepts
of one collection, than mavo moves the item, instead of copy (normal behaviour)We already can customize buttons with
mv-actions
to add, delete, or even add to another collection (super nice features)But can we customize it to manage handle (meaning, where to attach the drag)?
In same previous codepen, I used
class="mv-drag-handle"
onmv-list-item
,but it seems to not always work: Is this te correct way to use it?
During drag (or gu.transit), is there a way to constrain the movement vertically inside the same collection?
You can see it on dragula's demo n°3 here
I remember @LeaVerou was working on Dragula 2 #820: is version 0.2.4 of mavo already using this new release?
Beta Was this translation helpful? Give feedback.
All reactions