mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SDA-3437 - Fix event not being emitter due to throttle (#1291)
This commit is contained in:
parent
e50c6fe379
commit
68cdbca3c7
@ -1085,6 +1085,7 @@ export const loadBrowserViews = async (
|
||||
y: 0,
|
||||
});
|
||||
}, 500);
|
||||
mainEvents.publish('enter-full-screen');
|
||||
});
|
||||
mainWindow?.on('leave-full-screen', () => {
|
||||
if (
|
||||
@ -1115,6 +1116,7 @@ export const loadBrowserViews = async (
|
||||
mainView.webContents.toggleDevTools();
|
||||
}
|
||||
}, 500);
|
||||
mainEvents.publish('leave-full-screen');
|
||||
});
|
||||
|
||||
mainWindow?.on('maximize', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user