click to add new line
This commit is contained in:
@@ -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 = "") {
|
||||
|
||||
Reference in New Issue
Block a user