mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	fixed runOnAttributeChange event
This commit is contained in:
		| @@ -44,7 +44,7 @@ function ScriptApi(startNote, currentNote, originEntity = null) { | ||||
|             params: prepareParams(params), | ||||
|             startNoteId: startNote.noteId, | ||||
|             currentNoteId: currentNote.noteId, | ||||
|             originEntityName: originEntity ? originEntity.constructor.tableName() : null, | ||||
|             originEntityName: originEntity ? originEntity.constructor.tableName : null, | ||||
|             originEntityId: originEntity ? originEntity.noteId : null | ||||
|         }); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user