Add topContextMenu to the event dependencies for SelectEventPlugin

This commit is contained in:
Isaac Salier-Hellendag
2014-01-15 16:27:59 -08:00
committed by Paul O’Shannessy
parent 9ade3c26d3
commit 4bdea53d6e

View File

@@ -38,6 +38,7 @@ var eventTypes = {
},
dependencies: [
topLevelTypes.topBlur,
topLevelTypes.topContextMenu,
topLevelTypes.topFocus,
topLevelTypes.topKeyDown,
topLevelTypes.topMouseDown,