mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 19:26:12 +08:00
fixed bug with select not firing on recent notes
This commit is contained in:
parent
9b3f3fde05
commit
29086d8dfe
1 changed files with 0 additions and 6 deletions
|
|
@ -232,12 +232,6 @@ async function initAutocomplete($el) {
|
|||
}
|
||||
}
|
||||
|
||||
$dialog.on('focus', '.relation-target-note-id', async function (e) {
|
||||
await initAutocomplete($(this));
|
||||
|
||||
$(this).autocomplete("search", $(this).val());
|
||||
});
|
||||
|
||||
$dialog.on('click', '.relations-show-recent-notes', async function () {
|
||||
const $autocomplete = $(this).parent().find('.relation-target-note-id');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue