Skip to content

Moving around the DOM without triggering unMount() / necessitating re-calling init() #678

Open
@dliebner

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?

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions