Allow to update root comment in RHS via arrow up shortcut

Этот коммит содержится в:
Florian Orben
2015-10-19 21:06:09 +02:00
родитель 58b57acfac
Коммит 27c2862c56

Просмотреть файл

@@ -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;
}