Merge pull request #46 from pivotaltracker/fix-ie-categories

Fix categories on IE11
nolan/hinaloe-test
Etienne Lemay 2017-02-17 06:40:31 -08:00 committed by GitHub
commit 3a554449f5
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ export default class Picker extends React.Component {
let component = this.refs[`category-${i}`]
if (component && component.props.name != 'Search') {
let display = emojis ? 'none' : null
let display = emojis ? 'none' : 'inherit'
component.updateDisplay(display)
}
}