mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	put firing of the runOnNoteContentChange on entity level instead of service level, #3436
This commit is contained in:
		| @@ -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 | ||||
|     }); | ||||
| } | ||||
|  | ||||
| /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user