mirror of https://github.com/keeweb/keeweb
focusing KeeWeb before entry selection
parent
98ea7a542d
commit
95857450c2
|
@ -429,6 +429,8 @@ const ProtocolHandlers = {
|
|||
topMessage
|
||||
});
|
||||
|
||||
focusKeeWeb();
|
||||
|
||||
const result = await selectEntryView.showAndGetResult();
|
||||
if (!result?.entry) {
|
||||
throw makeError(Errors.userRejected);
|
||||
|
|
Loading…
Reference in New Issue