We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 010955e + 4f8ece9 commit 28e7766Copy full SHA for 28e7766
src/drop-down-menu.jsx
@@ -37,7 +37,7 @@ var DropDownMenu = React.createClass({
37
open: false,
38
isHovered: false,
39
selectedIndex: this.props.selectedIndex || 0
40
- }
+ };
41
},
42
43
componentClickAway: function() {
src/menu/menu.jsx
@@ -353,7 +353,7 @@ var Menu = React.createClass({
353
var totalItens = Math.max(1, this.props.menuItems.length);
354
var newHeight = this._initialMenuItemHeight * totalItens;
355
356
- return newHeight + KeyLine.Desktop.GUTTER_LESS;
+ return newHeight;
357
358
359
_renderVisibility: function() {
0 commit comments