From 27c2862c56296b982031c71f8a89163b77630392 Mon Sep 17 00:00:00 2001 From: Florian Orben Date: Mon, 19 Oct 2015 21:06:09 +0200 Subject: Allow to update root comment in RHS via arrow up shortcut --- web/react/stores/post_store.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/react/stores/post_store.jsx b/web/react/stores/post_store.jsx index 90adc408d..0ace956d2 100644 --- a/web/react/stores/post_store.jsx +++ b/web/react/stores/post_store.jsx @@ -240,7 +240,7 @@ class PostStoreClass extends EventEmitter { for (i; i < len; i++) { if (postList.posts[postList.order[i]].user_id === userId) { if (rootId) { - if (postList.posts[postList.order[i]].root_id === rootId) { + if (postList.posts[postList.order[i]].root_id === rootId || postList.posts[postList.order[i]].id === rootId) { lastPost = postList.posts[postList.order[i]]; break; } -- cgit v1.2.3-1-g7c22