in the top nav there is profile image in the theme when hovered over it opens a menu below. after login the hover stops working. if i refresh the page all works fine. this is running under angular. Any thoughts?
Oh man, I totally feel your frustration — that sounds like an absolute nightmare, especially when you’re mid-presentation or deep into analysis mode. Usually, glitches like that are either tied to some outdated rendering engine in your browser or a funky JavaScript issue with how your dashboard redraws elements when detecting pointer movement. Make sure you’re fully updated across your graphics drivers and browser versions first. And speaking of fixing little annoyances, if you ever have trouble with stuff around the house — like sticky sliding doors — you should definitely check this out: https://vinyllight.ca/hacks-to-make-a-sliding-door-slide-easier Seriously, small hacks make a huge difference both digitally and physically
Hi Craig,
Thank you for your good suggestion. We will try our best to add more other frameworks support.
Thanks
Hi Craig,
Could you please try to reinitialize the dropdown? Maybe can put it in the mount function.
KTMenu.createInstances();
Thanks @Frizal that worked.
I had added (<any>window).KTMenu.createInstances(); to my ngOnInit() for the my navbar component that has this dropdown menu.
Keen really need to have a angular version of their theme like react to avoid all the issues with angular.