You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2024. It is now read-only.
I manage to use mat-menu (angular material) to emulate the context menu. Right clicking anyway on my page, the menu appears at my mouse location.
What I want to achieve: when I move my mouse to another location on the page, I right click again. I was expecting the menu at the original location to close, and reopen at the new location.
But In reality: Nothing happen and the menu at the original location remain open, and no menu open at the new location.
In fact, I have to left click to close the opened menu at original location, followed by right click to open menu at the new mouse location.