mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
focus on composer after jumping to bottom
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
35a16edccc
commit
be9b858193
@ -1254,6 +1254,7 @@ module.exports = React.createClass({
|
||||
// jump down to the bottom of this room, where new events are arriving
|
||||
jumpToLiveTimeline: function() {
|
||||
this.refs.messagePanel.jumpToLiveTimeline();
|
||||
dis.dispatch({action: 'focus_composer'});
|
||||
},
|
||||
|
||||
// jump up to wherever our read marker is
|
||||
|
Loading…
Reference in New Issue
Block a user