Open
Description
when we enable this code and toggled sidebar
if (localStorage.getItem('sb|sidebar-toggle') === 'true') {
document.body.classList.toggle('sb-sidenav-toggled');
}
after that when we hit refresh the sidebar comes for a second, I want when sidebar toggled its will completely hidden when refresh the page (right now its comes for second ) can you please suggest any solution for this issue.
please check attached gif file for more clarification.
Metadata
Metadata
Assignees
Labels
No labels