Parcourir la source

[wip] remove all dom content when changing page

isundil il y a 8 ans
Parent
commit
ea85676055
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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) {