mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
don't save backups with colons in filenames, doesn't work on windows
This commit is contained in:
@@ -188,7 +188,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