Fixed CommandList to not sometimes include an empty row
Этот коммит содержится в:
@@ -81,7 +81,7 @@ export default class CommandList extends React.Component {
|
|||||||
<div
|
<div
|
||||||
ref='mentionlist'
|
ref='mentionlist'
|
||||||
className='command-box'
|
className='command-box'
|
||||||
style={{height: (this.state.suggestions.length * 56) + 2}}
|
style={{height: (suggestions.length * 56) + 2}}
|
||||||
>
|
>
|
||||||
{suggestions}
|
{suggestions}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user