提交 dd0f2fec 编写于 作者: B Benjamin Pasero

Editor no tab title area does not update (fix #93111)

上级 a3ffcc9e
......@@ -364,8 +364,8 @@ class ResourceLabelWidget extends IconLabel {
}
setResource(label: IResourceLabelProps, options: IResourceLabelOptions = Object.create(null)): void {
const resource = toResource(this.label);
const isMasterDetail = this.label?.resource && !URI.isUri(this.label.resource);
const resource = toResource(label);
const isMasterDetail = label?.resource && !URI.isUri(label.resource);
if (!isMasterDetail && resource?.scheme === Schemas.untitled) {
// Untitled labels are very dynamic because they may change
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册