"><img> to paste in an image
Hi
Sorry for the delay. Could you please try this code?
document.addEventListener("livewire:navigated", () => {
KTMenu.init = function () {
KTMenu.createInstances();
KTMenu.initHandlers();
};
KTMenu.init();
});
it is not working also. I add console.log, it printed but menus are not working
Hi,
Can you please share a test link via private reply?
Otherwise please provide more info, do you get any error in your console? Please try to put console.log('some log') debug messages in your code and detect where the code broke.
Regards.
is there another solution?
Hi,
Could you please try to use livewire:load?
Thank you
Any other suggestions? I am facing the same issue and don't have a clue how to get menus running after using a livewire:navigate link
it's not working also