mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 02:30:42 +01:00
fix relation autocomplete
This commit is contained in:
@@ -4,7 +4,7 @@ const repository = require('./repository');
|
||||
const Relation = require('../entities/relation');
|
||||
|
||||
const BUILTIN_RELATIONS = [
|
||||
'exampleBuiltIn'
|
||||
'runOnNoteView'
|
||||
];
|
||||
|
||||
async function getNotesWithRelation(name, targetNoteId) {
|
||||
|
||||
Reference in New Issue
Block a user