Remove references to tabComplete, which are now redundant
(since the old composer has been removed)
This commit is contained in:
parent
0e12e384cb
commit
04dd98e6e9
4 changed files with 1 additions and 44 deletions
|
@ -75,8 +75,6 @@ function onSendMessageFailed(err, room) {
|
|||
*/
|
||||
export default class MessageComposerInput extends React.Component {
|
||||
static propTypes = {
|
||||
tabComplete: React.PropTypes.any,
|
||||
|
||||
// a callback which is called when the height of the composer is
|
||||
// changed due to a change in content.
|
||||
onResize: React.PropTypes.func,
|
||||
|
@ -903,8 +901,6 @@ export default class MessageComposerInput extends React.Component {
|
|||
}
|
||||
|
||||
MessageComposerInput.propTypes = {
|
||||
tabComplete: React.PropTypes.any,
|
||||
|
||||
// a callback which is called when the height of the composer is
|
||||
// changed due to a change in content.
|
||||
onResize: React.PropTypes.func,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue