Skip to content

Commit

Permalink
fix(FEC-9647): menu doesnt close in cvaa settings (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyBregman committed Feb 20, 2020
1 parent 4cf6ab9 commit e3ce7eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/menu/menu.js
Expand Up @@ -6,6 +6,7 @@ import {connect} from 'preact-redux';
import {bindMethod} from '../../utils/bind-method';
import {withKeyboardA11y} from '../../utils/popup-keyboard-accessibility';
import {KeyMap} from 'utils/key-map';
import {withEventManager} from 'event/with-event-manager';

/**
* mapping state to props
Expand All @@ -21,6 +22,7 @@ const mapStateToProps = state => ({
const COMPONENT_NAME = 'Menu';

@connect(mapStateToProps)
@withEventManager
@withKeyboardA11y
/**
* Menu component
Expand Down

0 comments on commit e3ce7eb

Please sign in to comment.