mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 05:39:59 +00:00
Change editor participant (#3924)
* add API
* change style
t# interactive rebase in progress; onto 01448aa67
This commit is contained in:
@@ -181,6 +181,7 @@ class DetailCommentList extends React.Component {
|
||||
renderSuggestion={this.renderUserSuggestion}
|
||||
style={defaultMentionStyle}
|
||||
onAdd={(id, display) => {this.addParticipant(id);}}
|
||||
appendSpaceOnAdd={true}
|
||||
/>
|
||||
</MentionsInput>
|
||||
<Button className="submit-comment" color="primary" size="sm" onClick={this.onSubmit}>{gettext('Submit')}</Button>
|
||||
|
Reference in New Issue
Block a user