mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
fix(collection/presentation): empty slides are confusing
This commit is contained in:
@@ -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() };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user