vaadin / vaadin-context-menu

The responsive Web Component for showing context dependent items for any element on the page. Part of the Vaadin components.
https://vaadin.com/components
Apache License 2.0
26 stars 10 forks source link

Enable menu close on backdrop click #202

Closed tomivirkki closed 5 years ago

tomivirkki commented 5 years ago

Currently, the (sub) menus don't close on backdrop click (mobile). This PR fixes the issue.

Fixes #201


This change is Reviewable