提交 b1ed55a7 编写于 作者: J Johannes Rieken

fix #86319

上级 ebd9a08e
......@@ -428,7 +428,7 @@ export class CallHierarchyTreePeekWidget extends peekView.PeekViewWidget {
}
protected _doLayoutBody(height: number, width: number): void {
if (this._dim.height !== height || this._dim.width === width) {
if (this._dim.height !== height || this._dim.width !== width) {
super._doLayoutBody(height, width);
this._dim = { height, width };
this._layoutInfo.height = this._viewZone ? this._viewZone.heightInLines : this._layoutInfo.height;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册