Comparing version 2.0.9 to 2.0.10
@@ -86,3 +86,3 @@ 'use strict'; | ||
if (onSelect && !disabled) { | ||
onSelect(eventKey, event); | ||
onSelect(eventKey, this.props, event); | ||
} | ||
@@ -89,0 +89,0 @@ } |
{ | ||
"name": "rsuite", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"description": "A suite of react components", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
291997