mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 06:38:59 +02:00
fix(collection/presentation): empty slides are confusing
This commit is contained in:
parent
e188702df8
commit
13f2061e75
@ -53,7 +53,7 @@ async function buildSlideModel(note: FNote): Promise<PresentationSlideBaseModel>
|
||||
|
||||
async function processContent(note: FNote): Promise<DangerouslySetInnerHTML> {
|
||||
const { $renderedContent } = await contentRenderer.getRenderedContent(note, {
|
||||
|
||||
noChildrenList: true
|
||||
});
|
||||
return { __html: $renderedContent.html() };
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user