Skip to content

v0.8.2

Latest
Compare
Choose a tag to compare
@oriolmirosa oriolmirosa released this 28 Jun 22:05
· 6 commits to master since this release
  • 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