isaacplmann / ngx-contextmenu

An Angular component to show a context menu on an arbitrary component
MIT License
248 stars 91 forks source link

Clicking on anywhere in the context menu other than link causes menu is closing #226

Open Chandru22714 opened 3 years ago

Chandru22714 commented 3 years ago

Capture

When we click on the padding area(ul element) in the context menu causes the menu is closing. How I can prevent the context menu from closing when it is clicked on that padding area?