Better RTL support

This commit is contained in:
saul.kredi@krutt.org 2017-06-03 18:52:45 +03:00
parent a9d516e8ea
commit 159a920dc8
8 changed files with 14 additions and 12 deletions

View file

@ -46,7 +46,8 @@ module.exports = React.createClass({
placeholderClassName="mx_RoomHeader_placeholder"
placeholder={_t("Add a topic")}
blurToCancel={ false }
initialValue={ this._initialTopic }/>
initialValue={ this._initialTopic }
dir="auto" />
);
},
});