mirror of https://github.com/vector-im/riot-web
oops
parent
b1ff0b9e65
commit
ab5ec04507
|
@ -466,7 +466,7 @@ module.exports = React.createClass({
|
||||||
*/
|
*/
|
||||||
handleScrollKey: function(ev) {
|
handleScrollKey: function(ev) {
|
||||||
if (this.scrollPanel) {
|
if (this.scrollPanel) {
|
||||||
scrollPanel.handleScrollKey(ev);
|
this.scrollPanel.handleScrollKey(ev);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue