@lvce-editor/problems-view 1.19.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.
- package/README.md +0 -4
- package/dist/problemsViewWorkerMain.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -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,
|