diff --git a/src/ui/components/table/ManagedTable.js b/src/ui/components/table/ManagedTable.js index 62ad8bdd0..582945af9 100644 --- a/src/ui/components/table/ManagedTable.js +++ b/src/ui/components/table/ManagedTable.js @@ -217,7 +217,7 @@ class ManagedTable extends React.Component< this.onCopy(); } else if ( (e.keyCode === 38 || e.keyCode === 40) && - !this.props.highlightableRows + this.props.highlightableRows ) { // arrow navigation const {rows} = this.props;