diff --git a/client/js/lounge.js b/client/js/lounge.js index 954cf0dd..d3af1878 100644 --- a/client/js/lounge.js +++ b/client/js/lounge.js @@ -372,7 +372,9 @@ $(function() { sidebarSlide.toggle(false); } - const lastActive = $("#windows > .active") + const lastActive = $("#windows > .active"); + + lastActive .removeClass("active") .find(".chat") .unsticky();