open recent notes autocomplete by focus so it is then closed with blur, fixes #272

This commit is contained in:
azivner
2019-01-10 21:04:06 +01:00
parent f5b933149a
commit 0b251530fa
3 changed files with 9 additions and 5 deletions

View File

@@ -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;