insert new link with autocomplete
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user