mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
work in progress on attributes UI - unification of labels and relations now mostly works
This commit is contained in:
@@ -40,7 +40,7 @@ async function load() {
|
||||
}
|
||||
|
||||
function findNotes(query) {
|
||||
if (!noteTitles || query.length <= 2) {
|
||||
if (!noteTitles || !query.length) {
|
||||
return [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user