work in progress on attributes UI - unification of labels and relations now mostly works

This commit is contained in:
azivner
2018-08-03 13:06:56 +02:00
parent 509093b755
commit 61987e46f7
6 changed files with 85 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ async function load() {
}
function findNotes(query) {
if (!noteTitles || query.length <= 2) {
if (!noteTitles || !query.length) {
return [];
}