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
27
pulls
pipelines
handle empty publish and title for link blocks
awarm.space
6 months ago
cb6bcdcb
9d1a4aa9
+2
-2
1 changed file
expand all
collapse all
unified
split
actions
publishToPublication.ts
+2
-2
actions/publishToPublication.ts
···
311
311
$type: "pub.leaflet.blocks.website",
312
312
previewImage: blobref,
313
313
src: src.data.value,
314
314
-
description: description.data.value,
315
315
-
title: title.data.value,
314
314
+
description: description?.data.value,
315
315
+
title: title?.data.value,
316
316
};
317
317
return block;
318
318
}