react-lazy-images icon indicating copy to clipboard operation
react-lazy-images copied to clipboard

Unbind IntersectionOberserver after ImageState.LoadSuccess?

Open Jayphen opened this issue 6 years ago • 1 comments

It appears that the IntersectionOverserver remains bound after LoadSuccess, which (unless I'm missing something) is unnecessary, since the image state has finalised.

Is it possible to remove the binding?

Jayphen avatar Nov 30 '18 09:11 Jayphen

I'd like this to be optional, because I'm looking for ways to detect whenever an image goes in or out of view.

designbyadrian avatar Jun 11 '19 07:06 designbyadrian