mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
getModifierState incorrectly exposed as SyntheticMouseEvent.getEventModifierState
This commit is contained in:
@@ -37,7 +37,7 @@ var MouseEventInterface = {
|
||||
shiftKey: null,
|
||||
altKey: null,
|
||||
metaKey: null,
|
||||
getEventModifierState: getEventModifierState,
|
||||
getModifierState: getEventModifierState,
|
||||
button: function(event) {
|
||||
// Webkit, Firefox, IE9+
|
||||
// which: 1 2 3
|
||||
|
||||
Reference in New Issue
Block a user