Sortable/Draggable Interaction Question
If you have a sortable, with the last item in the sortable excluded from sorting (using the items restriction, so it is neither sortable itself, nor a drop target), you can't drag any other sortable item to be the last item. This appears to be the correct behaviour.
However, if you link a draggable using connectToSortable, dragging from it appears to change this behaviour: you can drop it after the excluded last item.
Is this intentional, a limitation of the interaction, or a bug?