1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-25 07:37:46 +02:00

fix #327: auto-type auto-selected entry after unlock

This commit is contained in:
antelle 2016-08-24 19:19:59 +03:00
parent 4dfcc89988
commit 06fb55c6d3

View File

@ -181,7 +181,9 @@ var AutoType = {
processEventWithFilter(evt) {
let entries = evt.filter.getEntries();
if (entries.length === 1) {
this.hideWindow(() => {
this.runAndHandleResult(entries.at(0));
});
return;
}
this.focusMainWindow();