mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-26 10:50:24 -06:00
SDA-3958: Fix crash app on close
This commit is contained in:
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',
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user