We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658af3d commit fb4003cCopy full SHA for fb4003c
src/app/screen-snippet-handler.ts
@@ -92,6 +92,7 @@ class ScreenSnippet {
92
const currentWindowName = (currentWindowObj as ICustomBrowserWindow)
93
?.winName;
94
const mainWindow = windowHandler.getMainWindow();
95
+ windowHandler.closeSnippingToolWindow();
96
if (hideOnCapture) {
97
this.storeWindowsState(mainWindow, currentWindowObj);
98
winStore.hideWindowsOnCapturing(hideOnCapture);
0 commit comments