From 1286cf287e3a50ab96f6e6f772628dfc25f64fea Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 17 Oct 2019 17:09:43 +0100 Subject: [PATCH] remove TODO for now Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/components/structures/RoomSubList.js | 2 -- 1 file changed, 2 deletions(-) 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; }