ember-drag-drop icon indicating copy to clipboard operation
ember-drag-drop copied to clipboard

axis support

Open KirillSuhodolov opened this issue 8 years ago • 7 comments

Nice to have axis support like at others libraries. I need block moving in horizontal, but looks on addon, it not support this feature.

KirillSuhodolov avatar Sep 18 '16 13:09 KirillSuhodolov

It actually is supported, there is a a separate param you need to set though so the sorting algorithm works properly. You need to pass in useSwap=false. See the Release notes for more info. There is a demo as well.

dgavey avatar Sep 19 '16 01:09 dgavey

@dgavey I don't need sorting functionality, just dnd for simple objects

KirillSuhodolov avatar Sep 19 '16 08:09 KirillSuhodolov

+1 i also need feature to disable drag on X or Y axis.

andrei-sheina avatar Sep 19 '16 12:09 andrei-sheina

Ah, ok funny no one requested this before. I'll try and get it in for the next release.

dgavey avatar Sep 19 '16 13:09 dgavey

@dgavey great, we look forward

KirillSuhodolov avatar Sep 29 '16 13:09 KirillSuhodolov

@dgavey How is the progress on this?

n1ru4l avatar Jun 23 '17 14:06 n1ru4l

+1

dmuneras avatar Jul 04 '17 16:07 dmuneras