Fix handling post blank for org documents.

main
Tom Alexander 5 months ago
parent 30412361e1
commit 2046603d01
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

@ -68,10 +68,7 @@ impl<'s> StandardProperties<'s> for Document<'s> {
}
fn get_post_blank(&self) -> PostBlank {
self.into_iter()
.last()
.map(|child| child.get_post_blank())
.unwrap_or(0)
0
}
}

Loading…
Cancel
Save