mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 17:31:36 -06:00
SDA-3530 (Clear snippet window reference after close) (#1312)
* SDA-3530 - Clear snippet window reference after close * SDA-3530 - Update about app snapshot
This commit is contained in:
parent
c6fa5f6040
commit
f63c61b50d
@ -28,7 +28,7 @@ exports[`about app should render correctly 1`] = `
|
||||
<p
|
||||
className="AboutApp-copyrightText"
|
||||
>
|
||||
© 2021 Symphony
|
||||
© 2022 Symphony
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1317,6 +1317,7 @@ export class WindowHandler {
|
||||
public closeSnippingToolWindow() {
|
||||
if (this.snippingToolWindow && windowExists(this.snippingToolWindow)) {
|
||||
this.snippingToolWindow.close();
|
||||
this.snippingToolWindow = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user