@lvce-editor/problems-view 1.23.0 → 1.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2169,7 +2169,11 @@ const getProblemVirtualDom = problem => {
2169
2169
  paddingLeft: getTreeItemIndent(1),
2170
2170
  role: TreeItem,
2171
2171
  type: Div
2172
- }, listItemType === Collapsed ? getChevronRightVirtualDom() : getChevronDownVirtualDom(), getFileIconVirtualDom(icon), text(fileName), {
2172
+ }, listItemType === Collapsed ? getChevronRightVirtualDom() : getChevronDownVirtualDom(), getFileIconVirtualDom(icon), {
2173
+ childCount: 1,
2174
+ className: Label,
2175
+ type: Span
2176
+ }, text(fileName), {
2173
2177
  childCount: 1,
2174
2178
  className: LabelDetail,
2175
2179
  type: Div
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/problems-view",
3
- "version": "1.23.0",
3
+ "version": "1.25.0",
4
4
  "description": "Problems View Worker",
5
5
  "repository": {
6
6
  "type": "git",