Merge pull request #2202 from matrix-org/dbkr/update_slate
Update to new version of slate
This commit is contained in:
commit
97ed4ed0bb
3 changed files with 100 additions and 69 deletions
|
@ -195,6 +195,8 @@ module.exports = React.createClass({
|
|||
editingRoomSettings: RoomViewStore.isEditingSettings(),
|
||||
};
|
||||
|
||||
if (this.state.editingRoomSettings && !newState.editingRoomSettings) dis.dispatch({action: 'focus_composer'});
|
||||
|
||||
// Temporary logging to diagnose https://github.com/vector-im/riot-web/issues/4307
|
||||
console.log(
|
||||
'RVS update:',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue