mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SDA-4100 Reload SDA should reload pod URL and not current URL (#1828)
This commit is contained in:
committed by
sbenmoussati
parent
b730580b59
commit
4237c60230
@@ -822,7 +822,7 @@ export const reloadWindow = (browserWindow: ICustomBrowserWindow) => {
|
||||
!mainWebContents.isDestroyed()
|
||||
) {
|
||||
logger.info(`window-utils: reloading the main window`);
|
||||
mainWebContents.reload();
|
||||
windowHandler.reloadSymphony();
|
||||
|
||||
windowHandler.closeAllWindows();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user