- Finally figured out what the problem was with issue #18. The removal of elements depended on their indices, but when several were removed at the same time (or quickly one after the other, which became a problem because of the delays and animations), then the indices were non-existent and that led to errors. I assigned unique ids for each element, so now their removal does not depend on their index and should always be accurate