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 placeholder for bsky post editor
awarm.space
5 months ago
dd3a676d
8b7895fc
+5
1 changed file
expand all
collapse all
unified
split
app
[leaflet_id]
publish
BskyPostEditorProsemirror.tsx
+5
app/[leaflet_id]/publish/BskyPostEditorProsemirror.tsx
···
269
269
}}
270
270
/>
271
271
)}
272
272
+
{editorState?.doc.textContent.length === 0 && (
273
273
+
<div className="italic text-tertiary absolute top-0 left-0">
274
274
+
Write a post to share your writing!
275
275
+
</div>
276
276
+
)}
272
277
<div
273
278
ref={mountRef}
274
279
className="border-none outline-none whitespace-pre-wrap min-h-[80px] max-h-[200px] overflow-y-auto prose-sm"