Backed out changeset 0f9626b48a66 (bug 1553451) for linting failures. CLOSED TREE
This commit is contained in:
@@ -270,7 +270,6 @@ define(function(require, exports, module) {
|
||||
|
||||
// Event Handlers
|
||||
|
||||
/* eslint-disable complexity */
|
||||
onKeyDown(event) {
|
||||
if (!SUPPORTED_KEYS.includes(event.key)) {
|
||||
return;
|
||||
@@ -353,7 +352,6 @@ define(function(require, exports, module) {
|
||||
this.treeRef.current.focus();
|
||||
event.preventDefault();
|
||||
}
|
||||
/* eslint-enable complexity */
|
||||
|
||||
onClickRow(nodePath, event) {
|
||||
const onClickRow = this.props.onClickRow;
|
||||
|
||||
Reference in New Issue
Block a user