Closed tomconnell-wf closed 7 years ago
If Draggable.destroy is called while dragging, it will result in the drag avatar sticking around in the location is was at when destroy was called. It seems like the destroy method should just call remove() on avatarHandler.avatar.
Would you mind providing a pull request with a fix?
I think I could make that happen.
Fixed by #18.
If Draggable.destroy is called while dragging, it will result in the drag avatar sticking around in the location is was at when destroy was called. It seems like the destroy method should just call remove() on avatarHandler.avatar.