Skip to content

Commit

Permalink
Add missing KeyUp eventType (#7533)
Browse files Browse the repository at this point in the history
Fixes #7222.
(cherry picked from commit 869cb05)
  • Loading branch information
AgtLucas authored and zpao committed Sep 15, 2016
1 parent 08dbefe commit 3ed7107
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderers/dom/client/eventPlugins/SelectEventPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ var eventTypes = {
topLevelTypes.topContextMenu,
topLevelTypes.topFocus,
topLevelTypes.topKeyDown,
topLevelTypes.topKeyUp,
topLevelTypes.topMouseDown,
topLevelTypes.topMouseUp,
topLevelTypes.topSelectionChange,
Expand Down

0 comments on commit 3ed7107

Please sign in to comment.