diff --git a/src/components/structures/RoomSubList.js b/src/components/structures/RoomSubList.js index 843be3e50b..a3c28a74bb 100644 --- a/src/components/structures/RoomSubList.js +++ b/src/components/structures/RoomSubList.js @@ -144,8 +144,6 @@ const RoomSubList = createReactClass({ ev.stopPropagation(); if (this.state.hidden && !this.props.forceExpand) { this.onClick(); - } else { - // TODO go to first element in subtree } break; }