element-web/src/components
David Baker 9e64a22884 s/DidMount/WillMount/ in MessageComposerInput
This fixes the tests that broke with https://github.com/matrix-org/matrix-js-sdk/pull/717

This is because of https://github.com/vector-im/riot-web/blob/master/test/app-tests/joining.js#L63
which prevents the DOM nodes from actually ending up in the DOM, even though the react components
get rendered. This means that WillMount and WillUnmount are called, but not DidMount.

Using WillMount is more symmertrical anyway since the resulting teardown code must be in
WillUnmount (since there is no DidUnmount).
2018-09-06 11:44:13 +01:00
..
structures Merge pull request #2148 from matrix-org/dbkr/dont_say_email_optional_if_it_isnt 2018-09-05 11:31:19 +01:00
views s/DidMount/WillMount/ in MessageComposerInput 2018-09-06 11:44:13 +01:00