add keybind in composer textarea for secondary submit

This commit is contained in:
Ash Levy
2018-07-09 08:47:53 -04:00
committed by ThibG
parent e6647ccf6d
commit e96a4434c7
2 changed files with 8 additions and 0 deletions

View File

@@ -331,6 +331,7 @@ class Composer extends React.Component {
onPaste={onUpload}
onPickEmoji={handleEmoji}
onSubmit={handleSubmit}
onSecondarySubmit={handleSecondarySubmit}
onSuggestionsClearRequested={onClearSuggestions}
onSuggestionsFetchRequested={onFetchSuggestions}
onSuggestionSelected={handleSelect}