tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
291
fork
atom
a tool for shared writing and social publishing
291
fork
atom
overview
issues
28
pulls
pipelines
block double posting to bluesky
awarm.space
6 months ago
6f115f93
969c975d
+1
1 changed file
expand all
collapse all
unified
split
app
[leaflet_id]
publish
PublishPost.tsx
+1
app/[leaflet_id]/publish/PublishPost.tsx
···
55
55
let params = useParams();
56
56
57
57
async function submit() {
58
58
+
if (isLoading) return;
58
59
setIsLoading(true);
59
60
let doc = await publishToPublication({
60
61
root_entity: props.root_entity,