mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
change in default keyboard shortcuts
This commit is contained in:
@@ -24,7 +24,7 @@ async function createNewNote(parentNoteId, note, sourceId) {
|
||||
|
||||
// not updating date_modified to avoig having to sync whole rows
|
||||
await sql.execute('UPDATE notes_tree SET note_pos = note_pos + 1 WHERE note_pid = ? AND note_pos > ? AND is_deleted = 0',
|
||||
[utils.nowDate(), parentNoteId, afterNote.note_pos]);
|
||||
[parentNoteId, afterNote.note_pos]);
|
||||
|
||||
await sync_table.addNoteReorderingSync(parentNoteId, sourceId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user