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
I am currently using angular 7 and when I right click first time then menu is opening perfectly but then I right click on different place again when menu is opened then instead of opening the new menu, its opening default menu of browser and not closing the old one.
I want, if I right click anytime, anywhere, it should open the new menu and should close old menu, if opened.
Screenshot of Issue:
Thanks
The text was updated successfully, but these errors were encountered:
This is happening because the second right-click hit the overlay element.
This is probably an easy fix, the menu should be closed and opened again when the overlay is clicked.
Not sure when I will have time to implement it, but I will be more than happy to guide you if you would like to contribute.
Hi,
I am currently using angular 7 and when I right click first time then menu is opening perfectly but then I right click on different place again when menu is opened then instead of opening the new menu, its opening default menu of browser and not closing the old one.
I want, if I right click anytime, anywhere, it should open the new menu and should close old menu, if opened.
Screenshot of Issue:
Thanks
The text was updated successfully, but these errors were encountered: