Merge pull request #46 from pivotaltracker/fix-ie-categories
Fix categories on IE11nolan/hinaloe-test
commit
3a554449f5
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue