ember-drag-sort icon indicating copy to clipboard operation
ember-drag-sort copied to clipboard

do not show not-allowed cursor on valid drop targets in empty lists

Open ozywuli opened this issue 4 years ago • 0 comments

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?

Before

ember-drag-sort-not-allowed

After

ember-drag-sort-allowed

ozywuli avatar Oct 12 '20 23:10 ozywuli