I have a small issue in the back office, I have some custom views on a number of block lists, If I don’t use the custom views I am able to re-order the list box, but if I use the custom then I am unable to drag and drop the list items.
Can any one advise if I am missing some thing in my Anguler Controler or in the .html file.
If I recall correctly you need to put a special css class on the parts that should act as a drag-handle. Because you did not nessecary want your block to be draggable.
From a fast look in the code it seems to be class="blockelement__draggable-element"