瀏覽代碼

[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) {