RenderHook view hidden on collapsed menu
Hey, is there a way to hide a renderhook if the menu is collapsed? thanks
1 Reply
I think this can be done by hooking into the
$store.sidebar.isOpen
state from inside of your view. For example, you could wrap everything in a div like this: