yyx990803 / zoomerang

drop in zoom anything

Home Page:http://yyx990803.github.io/zoomerang/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rapidly Clicking Causes NotFoundError

mutewinter opened this issue · comments

I see the following error in the console when rapidly clicking on an item on the demo page.

Uncaught NotFoundError: An attempt was made to reference a Node in a context where it does not exist.

It also causes the item to not be inserted back into the dom correctly. The error occurs on line 235.

Thanks for reporting - fixed in b351b20