mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
Merge branch 'stable'
This commit is contained in:
@@ -189,7 +189,7 @@ async function updateNote(noteId, newNote, ctx) {
|
||||
await sql.remove("links", noteId);
|
||||
|
||||
for (const link in newNote.links) {
|
||||
await sql.insert("links", link);
|
||||
//await sql.insert("links", link);
|
||||
}
|
||||
|
||||
await sync_table.addNoteTreeSync(noteId);
|
||||
|
||||
Reference in New Issue
Block a user