mirror of
https://github.com/zadam/trilium.git
synced 2025-12-05 15:04:24 +01:00
fix(note_create): use correct API for intoDefaultLocation
This commit is contained in:
parent
436146d829
commit
4e5c26371e
@ -353,7 +353,7 @@ async function createNoteIntoDefaultLocation(
|
|||||||
{
|
{
|
||||||
...options,
|
...options,
|
||||||
target: "into",
|
target: "into",
|
||||||
parentNoteLink: inboxNote.noteId,
|
parentNoteLink: inboxNote.getBestNotePathString(),
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user