This commit is contained in:
Matthew Hodgson 2017-04-23 01:01:38 +01:00
parent b1ff0b9e65
commit ab5ec04507

View File

@ -466,7 +466,7 @@ module.exports = React.createClass({
*/
handleScrollKey: function(ev) {
if (this.scrollPanel) {
scrollPanel.handleScrollKey(ev);
this.scrollPanel.handleScrollKey(ev);
}
},