Sfoglia il codice sorgente

[wip] remove all dom content when changing page

isundil 8 anni fa
parent
commit
4160ec3c9f
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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) {