fix #1616: auto-type with no matching entries

This commit is contained in:
antelle 2020-11-19 13:00:56 +01:00
parent d1bcdca0d3
commit b85d25614b
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ const AutoType = {
this.selectEntryView.remove();
this.selectEntryView = null;
this.hideWindow(() => {
if (result) {
if (result?.entry) {
this.activeWindowMatches(evt.windowInfo, (matches, activeWindowInfo) => {
if (matches) {
this.runAndHandleResult(result, evt.windowInfo.id);