vaadin / context-menu

Vaadin ContextMenu
Apache License 2.0
11 stars 21 forks source link

Prvents calling handleNavigation twice #90

Closed anasmi closed 6 years ago

anasmi commented 6 years ago

Override calling onBrowserevent from CustomMenuItem to prevent executing the same action twice. Also, added check to skip the item, if it's disabled.

Fix #89

Also, test case in the current UI is enough to reproduce the problem


This change is Reviewable

elmot commented 6 years ago

Closed in favor of #91