mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
sync fixes
This commit is contained in:
@@ -9,10 +9,6 @@ const sync_table = require('./sync_table');
|
||||
async function createNewNote(parentNoteId, note, browserId) {
|
||||
const noteId = utils.newNoteId();
|
||||
|
||||
if (parentNoteId === "root") {
|
||||
parentNoteId = "";
|
||||
}
|
||||
|
||||
let newNotePos = 0;
|
||||
|
||||
if (note.target === 'into') {
|
||||
|
||||
Reference in New Issue
Block a user