@lvce-editor/problems-view 1.20.0 → 1.21.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.
@@ -2361,7 +2361,7 @@ const getProblemsVirtualDom$1 = (viewMode, problems, filterValue, message) => {
2361
2361
 
2362
2362
  const getProblemsVirtualDom = (viewMode, problems, filterValue, isSmall, message) => {
2363
2363
  const baseDom = {
2364
- childCount: 1,
2364
+ childCount: isSmall ? 2 : 1,
2365
2365
  className: mergeClassNames(Viewlet, Problems),
2366
2366
  onBlur: HandleBlur,
2367
2367
  onContextMenu: HandleContextMenu,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/problems-view",
3
- "version": "1.20.0",
3
+ "version": "1.21.0",
4
4
  "description": "Problems View Worker",
5
5
  "repository": {
6
6
  "type": "git",