ember-drag-sort
ember-drag-sort copied to clipboard
do not show not-allowed cursor on valid drop targets in empty lists
possibly fixes issue #56
Adding event.preventDefault
to the dragOver event for drag-sort-list prevents the not-allowed cursor to show. But we need to add it to the very top. Are there any unwanted side effects from doing this?