click to add new line

This commit is contained in:
nicwands
2026-04-02 12:21:35 -04:00
parent 9cd936c256
commit 1fc972a3f0
4 changed files with 26 additions and 5 deletions

View File

@@ -313,7 +313,6 @@ class NotesAPI {
}
getNote(id) {
const note = this.notesCache.get(id);
console.log(id, this.notesCache);
return note ? { ...note } : null;
}
async createNote(metadata = {}, content = "", plainText = "") {