mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
fixed runOnAttributeChange event
This commit is contained in:
@@ -19,7 +19,8 @@ const BUILTIN_ATTRIBUTES = [
|
||||
|
||||
// relation names
|
||||
{ type: 'relation', name: 'runOnNoteView' },
|
||||
{ type: 'relation', name: 'runOnNoteTitleChange' }
|
||||
{ type: 'relation', name: 'runOnNoteTitleChange' },
|
||||
{ type: 'relation', name: 'runOnAttributeChange' }
|
||||
];
|
||||
|
||||
async function getNotesWithLabel(name, value) {
|
||||
|
||||
Reference in New Issue
Block a user