tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
292
fork
atom
a tool for shared writing and social publishing
292
fork
atom
overview
issues
27
pulls
pipelines
don't put undefined alignements in record
awarm.space
3 months ago
ff558a1e
78cf7d43
+1
-1
1 changed file
expand all
collapse all
unified
split
actions
publishToPublication.ts
+1
-1
actions/publishToPublication.ts
···
305
305
if (!b) return [];
306
306
let block: PubLeafletPagesLinearDocument.Block = {
307
307
$type: "pub.leaflet.pages.linearDocument#block",
308
308
-
alignment,
309
308
block: b,
310
309
};
310
310
+
if (alignment) block.alignment = alignment;
311
311
return [block];
312
312
} else {
313
313
let block: PubLeafletPagesLinearDocument.Block = {