This repository was archived by the owner on Sep 8, 2020. It is now read-only.
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
Repeated elements get leaked if you remove some elements from the source list. #243
Closed
Description
First off, thanks for this library, it's awesome!
JsFiddle example here: http://jsfiddle.net/bp0821bf/1/
It's easiest to see if you open up http://fiddle.jshell.net/bp0821bf/1/show/light/ (no iframes).
I tested this by using Chrome Developer Tools, taking a profiler snapshot and finding the detached HTMLSpanElements:
This causes a very minor leak in our production software.