Selaa lähdekoodia

[wip] remove all dom content when changing page

isundil 8 vuotta sitten
vanhempi
commit
ea85676055
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      cli/ui.js

+ 2 - 1
cli/ui.js

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