소스 검색

[wip] remove all dom content when changing page

isundil 8 년 전
부모
커밋
ea85676055
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      cli/ui.js

+ 2 - 1
cli/ui.js

@@ -356,7 +356,8 @@ function onRoomUpdated() {
                             prevMsg = msg;
                             return;
                         }
-                    } // else message got removed
+                    }
+                    // else message got removed
                 }
                 if (MSG_GROUPS[currentGroup]) {
                     if (MSG_GROUPS[currentGroup].messages[currentMsgInGroup] === msg.id) {