angular-legacy-sortablejs icon indicating copy to clipboard operation
angular-legacy-sortablejs copied to clipboard

Allow item with nested sortable to be moved to another item's nested sortable

Open filipkis opened this issue 6 years ago • 1 comments

Fixes #44

Basically additional $apply() have been removed. I do not think they add anything.

Small test is included.

filipkis avatar Mar 16 '19 00:03 filipkis

The $apply() in _sync() is needed for letting angularjs know things have changed. It seems to be unable to find the relevant comment node it is expecting whilst dragging from one sortable to another and back.

SidIcarus avatar Nov 25 '21 00:11 SidIcarus