mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
link map will try to display max possible number of links
This commit is contained in:
@@ -102,7 +102,7 @@ async function createNewNote(parentNoteId, noteData) {
|
||||
mime: noteData.mime || 'text/html'
|
||||
}).save();
|
||||
|
||||
if (note.isStringNote()) {
|
||||
if (note.isStringNote() || this.type === 'render') { // render to just make sure it's not null
|
||||
noteData.content = noteData.content || "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user