a tool for shared writing and social publishing

add group for iosbs

+1 -1
+1 -1
app/lish/[did]/[publication]/[rkey]/Interactions/Comments/CommentBox.tsx
··· 91 91 let [loading, setLoading] = useState(false); 92 92 return ( 93 93 <div className=" flex flex-col gap-1"> 94 - <div className="w-full relative"> 94 + <div className="w-full relative group"> 95 95 <pre 96 96 ref={mountRef} 97 97 className={`border whitespace-pre-wrap input-with-border min-h-32 h-fit`}