mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
open recent notes autocomplete by focus so it is then closed with blur, fixes #272
This commit is contained in:
@@ -6,8 +6,6 @@ const $dialog = $("#jump-to-note-dialog");
|
||||
const $autoComplete = $("#jump-to-note-autocomplete");
|
||||
const $showInFullTextButton = $("#show-in-full-text-button");
|
||||
|
||||
$dialog.on("shown.bs.modal", e => $autoComplete.focus());
|
||||
|
||||
async function showDialog() {
|
||||
glob.activeDialog = $dialog;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user