mirror of https://github.com/keeweb/keeweb
fix #1616: auto-type with no matching entries
parent
d1bcdca0d3
commit
b85d25614b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue