2

Essentially what I want is this demo, but where the second list isn't a cdkDropList (or at the very least, can be dragged around as if they aren't in a cdkDropList).

The problem I'm having is if I use cdkDropList for the free drag cdkDrag elements, than at the end of the drag they pop right back to where they started (unless dropped in the normal list, and it leaves a placeholder behind while being dragged). If I don't use cdkDropList, than it seems the only thing I can react to is cdkDrag->(cdkDragReleased), in which case I have no way of telling if the draggable is being dropped into the list (at least as far as I can find).

In a nutshell, I'm trying to have sticky notes that can be dragged into, or pulled out of, an organized list.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Tezra
  • 8,463
  • 3
  • 31
  • 68

1 Answers1

0

Seems like this issue was a bug. It has been resolved. If you see this issue, try upgrading.

Tezra
  • 8,463
  • 3
  • 31
  • 68