Describe the bug
When you open a context menu and click somewhere where stopPropagation() is called on the click event, then the context menu doesn't close.
To Reproduce
Steps to reproduce the behavior:
- Open context menu.
- Click on the blue area.
Expected behavior
The context menu should always close when clicking outside the menu.
Stackblitz Example
https://stackblitz.com/edit/ngx-contextmenu-example-zas2j8
