Made Edit Post Modal autocomplete always attach to the bottom of the textarea (#4956)

Этот коммит содержится в:
Harrison Healey
2017-01-04 14:11:37 -05:00
коммит произвёл GitHub
родитель 95172f1b4b
Коммит b3f2ab654e
5 изменённых файлов: 32 добавлений и 22 удалений

Просмотреть файл

@@ -259,6 +259,7 @@ export default class EditPostModal extends React.Component {
channelId={this.state.channel_id}
createMessage={Utils.localizeMessage('edit_post.editPost', 'Edit the post...')}
supportsCommands={false}
suggestionListStyle='bottom'
id='edit_textbox'
ref='editbox'
/>