web: components: small fix

This commit is contained in:
Nikolay 2019-07-21 22:51:09 +03:00
parent 1723027dea
commit b9920168f2

View File

@ -78,6 +78,7 @@ class ComboBox extends React.Component {
isReadOnly={true}
onIconClick={() => false}
>
{this.props.children}
<DropDown
directionX={this.props.directionX}
directionY={this.props.directionY}