提交 73ae855e 编写于 作者: J Johannes Rieken 提交者: GitHub

Merge pull request #34255 from nicksnyder/patch-4

Remove duplicate event firing of onDidClose
......@@ -174,7 +174,6 @@ export abstract class PeekViewWidget extends ZoneWidget {
if (!this._isShowing && heightInPixel < 0) {
// Looks like the view zone got folded away!
this.dispose();
this._onDidClose.fire(this);
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册