WIP of new attribute widget

This commit is contained in:
zadam
2020-05-28 00:17:13 +02:00
parent ae934720bc
commit 5aaa429203
6 changed files with 162 additions and 32 deletions

View File

@@ -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);
}