mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
fixes and optimizations for search
This commit is contained in:
@@ -24,6 +24,12 @@ async function showDialog() {
|
||||
},
|
||||
minLength: 2
|
||||
});
|
||||
|
||||
$autoComplete.autocomplete("instance")._renderItem = function(ul, item) {
|
||||
return $("<li>")
|
||||
.append("<div>" + item.label + "</div>")
|
||||
.appendTo(ul);
|
||||
};
|
||||
}
|
||||
|
||||
function getSelectedNotePath() {
|
||||
|
||||
Reference in New Issue
Block a user