Hi, I tried to use Medtronic 9 via Livewire 3 (full page) but the menus (sidebar and profile menu, top right) are not working properly.
document.addEventListener(“livewire:navigated”, () => {
KTComponents.init();
KTMenu.init();
});
But it is not working. Could you please help?
We really want this to work as it will be difficult for us to change the entire stack or UI stack just because of this small issue.
Hi Bot Mail,
Sorry for the delay.
In the file `/src/js/components/menu.js`, could you try removing `KTMenuHandlersInitialized` and then rebuild the assets in `/public/assets/js/scripts.bundle.js`?
Let me know if this resolves the issue.
Thanks