mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
ELECTRON-591 - Add logic to close up child windows whenever parent window is navigated or reloaded (#446)
This commit is contained in:
committed by
Vishwas Shashidhar
parent
f893b5658c
commit
75d2e06673
@@ -498,7 +498,7 @@ function createAPI() {
|
||||
function sanitize() {
|
||||
local.ipcRenderer.send(apiName, {
|
||||
cmd: apiCmds.sanitize,
|
||||
windowName: window.name
|
||||
windowName: window.name || 'main'
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user