Skip to content

Commit f79dae6

Browse files
committed
Remove unused Popover class on picklist
1 parent a838729 commit f79dae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/popover.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ module.exports = React.createClass( {
122122
}
123123

124124
return (
125-
<div className={'Popover ignore-react-onclickoutside '+this.props.className}
125+
<div className={'ignore-react-onclickoutside '+this.props.className}
126126
style={style}
127127
onKeyDown={this.handleKeyDown}
128128
onMouseEnter={this.handleMouseEnter}

0 commit comments

Comments
 (0)