insert new link with autocomplete

This commit is contained in:
2023-05-15 23:16:19 +02:00
parent 5240d61b35
commit c9c460b36c
4 changed files with 55 additions and 5 deletions

View File

@@ -91,7 +91,6 @@ export const updateNote = (noteId: string, note: BaseNote) => {
modified: new Date().getTime(),
}
baseNotes[noteId] = updatedNote
console.log(note)
}
export const addNote = (title: string, content: string, goToNote: boolean = false) => {