put firing of the runOnNoteContentChange on entity level instead of service level, #3436

This commit is contained in:
zadam
2023-01-14 12:57:50 +01:00
parent 2525857c20
commit 14da697a4e
2 changed files with 6 additions and 5 deletions

View File

@@ -597,11 +597,6 @@ function updateNoteContent(noteId, content) {
content = saveLinks(note, content);
note.setContent(content);
eventService.emit(eventService.ENTITY_CHANGED, {
entityName: 'note_contents',
entity: note
});
}
/**