react-zoom-pan-pinch icon indicating copy to clipboard operation
react-zoom-pan-pinch copied to clipboard

Clean up event listener upon transform-context unmount

Open linsword13 opened this issue 3 years ago • 2 comments

Otherwise this lingering event listener causes memory leak.

Resolves #269.

linsword13 avatar Jan 07 '22 22:01 linsword13

@prc5, a gentle ping for review, thanks!

linsword13 avatar Jan 13 '22 00:01 linsword13

Without this fix, the transform context holds a lot of detached nodes in memory

shayded-exe avatar Aug 26 '22 03:08 shayded-exe