Yidadaa 1 år sedan
förälder
incheckning
76e6957a8a
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      app/components/new-chat.tsx

+ 2 - 0
app/components/new-chat.tsx

@@ -67,6 +67,8 @@ function useMaskGroup(masks: Mask[]) {
       setGroups(newGroups);
       setGroups(newGroups);
     };
     };
 
 
+    computeGroup();
+
     window.addEventListener("resize", computeGroup);
     window.addEventListener("resize", computeGroup);
     return () => window.removeEventListener("resize", computeGroup);
     return () => window.removeEventListener("resize", computeGroup);
     // eslint-disable-next-line react-hooks/exhaustive-deps
     // eslint-disable-next-line react-hooks/exhaustive-deps