Made Edit Post Modal autocomplete always attach to the bottom of the textarea (#4956)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
95172f1b4b
Коммит
b3f2ab654e
@@ -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'
|
||||
/>
|
||||
|
||||
Ссылка в новой задаче
Block a user