a tool for shared writing and social publishing

add placeholder for bsky post editor

+5
+5
app/[leaflet_id]/publish/BskyPostEditorProsemirror.tsx
··· 269 269 }} 270 270 /> 271 271 )} 272 + {editorState?.doc.textContent.length === 0 && ( 273 + <div className="italic text-tertiary absolute top-0 left-0"> 274 + Write a post to share your writing! 275 + </div> 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"