Backed out changeset 0f9626b48a66 (bug 1553451) for linting failures. CLOSED TREE

This commit is contained in:
Mihai Alexandru Michis
2019-05-23 10:58:22 +03:00
parent 75702fce81
commit c358baf0c3
48 changed files with 2 additions and 128 deletions

View File

@@ -553,7 +553,6 @@ class Tree extends Component {
*
* @param {Event} e
*/
/* eslint-disable complexity */
_onKeyDown(e) {
if (this.props.focused == null) {
return;
@@ -625,7 +624,6 @@ class Tree extends Component {
break;
}
}
/* eslint-enable complexity */
get activeElement() {
return this.refs.tree.ownerDocument.activeElement;