mirror of https://github.com/vector-im/riot-web
pull/3530/head
parent
f4134167a0
commit
d696196d72
|
@ -45,6 +45,9 @@ module.exports = React.createClass({
|
||||||
},
|
},
|
||||||
|
|
||||||
onAction: function(payload) {
|
onAction: function(payload) {
|
||||||
|
// Disabling this as I find it really really annoying, and was used to the
|
||||||
|
// previous behaviour - see https://github.com/vector-im/riot-web/issues/3348
|
||||||
|
/*
|
||||||
switch (payload.action) {
|
switch (payload.action) {
|
||||||
// Clear up the text field when a room is selected.
|
// Clear up the text field when a room is selected.
|
||||||
case 'view_room':
|
case 'view_room':
|
||||||
|
@ -53,6 +56,7 @@ module.exports = React.createClass({
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
},
|
},
|
||||||
|
|
||||||
onChange: function() {
|
onChange: function() {
|
||||||
|
|
Loading…
Reference in New Issue