focusing KeeWeb before entry selection

This commit is contained in:
antelle 2021-04-28 12:04:54 +02:00
parent 98ea7a542d
commit 95857450c2
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 2 additions and 0 deletions

View File

@ -429,6 +429,8 @@ const ProtocolHandlers = {
topMessage
});
focusKeeWeb();
const result = await selectEntryView.showAndGetResult();
if (!result?.entry) {
throw makeError(Errors.userRejected);