1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Remove references to tabComplete, which are now redundant

(since the old composer has been removed)
This commit is contained in:
Luke Barnard
2017-07-13 10:16:59 +01:00
parent 0e12e384cb
commit 04dd98e6e9
4 changed files with 1 additions and 44 deletions

View File

@@ -408,8 +408,6 @@ export default class MessageComposer extends React.Component {
}
MessageComposer.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,