提交 933106f4 编写于 作者: I isidor

fixes #96134

上级 2dc54a2f
......@@ -281,16 +281,16 @@ export class DebugHoverWidget implements IContentWidget {
}
this.valueContainer.hidden = true;
this.complexValueContainer.hidden = false;
await this.tree.setInput(expression);
this.complexValueTitle.textContent = expression.value;
this.complexValueTitle.title = expression.value;
this.layoutTreeAndContainer();
this.editor.layoutContentWidget(this);
this.scrollbar.scanDomNode();
await this.tree.setInput(expression);
this.tree.scrollTop = 0;
this.tree.scrollLeft = 0;
this.complexValueContainer.hidden = false;
if (focus) {
this.editor.render();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册