Moving around the DOM without triggering unMount()
/ necessitating re-calling init()
#678
Open
Description
Minor performance question here: I have a simplebar-ified element that I occasionally detach from the DOM and move somewhere else. It looks like this is causing simplebar to unMount()
and so I have to call init()
after re-inserting it into the DOM. I feel like there may be a more performant solution, is there one?