mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SDA-4427: Add fix to the lost focus after screenshot (#2043)
This commit is contained in:
committed by
GitHub
parent
8422af2faa
commit
59cf248c80
@@ -355,6 +355,7 @@ class ScreenSnippet {
|
||||
);
|
||||
webContents.send('screen-snippet-data', payload);
|
||||
winStore.restoreWindows(hideOnCapture);
|
||||
webContents.focus();
|
||||
await this.verifyAndUpdateAlwaysOnTop();
|
||||
} catch (error) {
|
||||
await this.verifyAndUpdateAlwaysOnTop();
|
||||
|
||||
Reference in New Issue
Block a user