Moving around the DOM without triggering unMount()
/ necessitating re-calling init()
#678
Labels
unMount()
/ necessitating re-calling init()
#678
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 callinit()
after re-inserting it into the DOM. I feel like there may be a more performant solution, is there one?The text was updated successfully, but these errors were encountered: