mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
WIP of new attribute widget
This commit is contained in:
@@ -10,13 +10,6 @@ async function autocompleteSource(term, cb) {
|
||||
+ '?query=' + encodeURIComponent(term)
|
||||
+ '&activeNoteId=' + appContext.tabManager.getActiveTabNoteId());
|
||||
|
||||
if (result.length === 0) {
|
||||
result.push({
|
||||
notePathTitle: "No results",
|
||||
notePath: ""
|
||||
});
|
||||
}
|
||||
|
||||
cb(result);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user