Skip to content

Commit

Permalink
Added improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
nang-dev committed Nov 2, 2024
1 parent 6164e3f commit 26ae331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/workbench/browser/parts/overlay/pearOverlayPart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ export class PearOverlayPart extends Part {
container.style.backgroundColor = "var(--vscode-editor-background)";
container.style.zIndex = "1000";
this.fullScreenOverlay?.addEventListener("click", () => {
// If we are in the tutorial, don't close
this.close();
});

Expand Down

0 comments on commit 26ae331

Please sign in to comment.