It is possible for a item to be orphaned, bc upon moving an item it is no longer stored in its source container. If the item is still being moved and another item occupies its original space it will cause the item to become an orphan if released on an invalid cell index. Make duplicated item, rather than removing the original item from the source container. Only remove the item from the source container or modify its position within the container upon successful release cell index on new container or same container. Also make sure that the duplicated item is ALWAYS deleted upon release to prevent duplication of items.
It is possible for a item to be orphaned, bc upon moving an item it is no longer stored in its source container. If the item is still being moved and another item occupies its original space it will cause the item to become an orphan if released on an invalid cell index. Make duplicated item, rather than removing the original item from the source container. Only remove the item from the source container or modify its position within the container upon successful release cell index on new container or same container. Also make sure that the duplicated item is ALWAYS deleted upon release to prevent duplication of items.