tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
29
pulls
pipelines
add group for iosbs
awarm.space
6 months ago
f7f98499
3f4a34d7
+1
-1
1 changed file
expand all
collapse all
unified
split
app
lish
[did]
[publication]
[rkey]
Interactions
Comments
CommentBox.tsx
+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
94
-
<div className="w-full relative">
94
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`}