mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SDA-3958: Fix crash app on close
This commit is contained in:
committed by
Salah Benmoussati
parent
09534c40d2
commit
59d8045ad7
@@ -1360,7 +1360,7 @@ export class WindowHandler {
|
||||
);
|
||||
}
|
||||
});
|
||||
this.snippingToolWindow.once('closed', () => {
|
||||
this.snippingToolWindow.once('close', () => {
|
||||
logger.info(
|
||||
'window-handler, createSnippingToolWindow: Closing snipping window, attempting to delete temp snip image',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user