Skip to content

Commit 73ae855

Browse files
authored
Merge pull request microsoft#34255 from nicksnyder/patch-4
Remove duplicate event firing of onDidClose
2 parents d45c0ca + 246cead commit 73ae855

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ export abstract class PeekViewWidget extends ZoneWidget {
174174
if (!this._isShowing && heightInPixel < 0) {
175175
// Looks like the view zone got folded away!
176176
this.dispose();
177-
this._onDidClose.fire(this);
178177
return;
179178
}
180179

0 commit comments

Comments
 (0)