mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
autocomplete for attribute names, issue #31
This commit is contained in:
@@ -105,7 +105,7 @@ $(window).on('beforeunload', () => {
|
||||
// Overrides the default autocomplete filter function to search for matched on atleast 1 word in each of the input term's words
|
||||
$.ui.autocomplete.filter = (array, terms) => {
|
||||
if (!terms) {
|
||||
return [];
|
||||
return array;
|
||||
}
|
||||
|
||||
const startDate = new Date();
|
||||
|
||||
Reference in New Issue
Block a user