提交 c97650ed 编写于 作者: I isidor

markers: also rerender parent once children get updated to update aria attributes

fixes #95283
上级 958a942f
......@@ -301,6 +301,7 @@ export class MarkersView extends ViewPane implements IMarkerFilterController {
// Update resource
for (const updated of markerOrChange.updated) {
this.tree.setChildren(updated, createResourceMarkersIterator(updated));
this.tree.rerender(updated);
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册