Base solution for your next web application
Open Closed

Sidebar toggle is not a working in v4.1.0 #3760


User avatar
0
korp created

Hello there,

We have an issue with AspNetZero (Angular+DotnetCore) version 4.1.0. Sidebar toggler is not working.

After digging around, we could find :

When you click in the toggler button at header bar, the metronic function handleSidebarToggler (from layout.js) is executed twice, applying the toggle and undoing at the same time.

After downloading the v4.3.1 this behavior is working fine.

Can someone help me find out what is the issue with version 4.1 ?


1 Answer(s)
  • User Avatar
    0
    alirizaadiyahsi created

    Hi,

    Actually you found the issue. And this is the solution : <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/commit/f731029deaac27693dd2810381acef1bbf49deca">https://github.com/aspnetzero/aspnet-ze ... 1bbf49deca</a>