You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thank you for your awesome directive. It works like a charm. However, I have an issue that I don't know how to solve.
An item in array1 is dragged over the array2, then a placeholder appears in drop area, but it is still added to the end array even when I drag that item out of the drop area.
How can I remove the placeholder and the item if it is not over the drop area?
Demonstrations:
What I would like to achieve:
The situation at the moment:
The text was updated successfully, but these errors were encountered:
phuwin1995
changed the title
Remove item if it is not dropped into the drop area.
Remove an item if it is not dropped into the drop area.
Dec 8, 2016
This happens when clone is set to true. It can be reproduced on the clone demo. Once the item is dragged over the drop area, even if it is moved out of that area, the item is inserted on drag end. @a5hik Any ideas on how to avoid or workaround?
Hi,
Thank you for your awesome directive. It works like a charm. However, I have an issue that I don't know how to solve.
An item in
array1
is dragged over thearray2
, then a placeholder appears in drop area, but it is still added to the end array even when I drag that item out of the drop area.How can I remove the placeholder and the item if it is not over the drop area?
Demonstrations:
What I would like to achieve:
The situation at the moment:
The text was updated successfully, but these errors were encountered: