Skip to content

Commit 246cead

Browse files
authored
Remove duplicate event firing of onDidClose
1 parent 440b9ab commit 246cead

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)