@lvce-editor/problems-view 1.31.0 → 1.31.1

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.
@@ -2992,7 +2992,7 @@ const getFilterInputName = (inputSource, filterValue) => {
2992
2992
  };
2993
2993
 
2994
2994
  const renderFilterValue = (oldState, newState) => {
2995
- return ['Viewlet.setValueByName', getFilterInputName(newState.inputSource, newState.filterValue), newState.filterValue];
2995
+ return ['Viewlet.setValueByName', newState.uid, getFilterInputName(newState.inputSource, newState.filterValue), newState.filterValue];
2996
2996
  };
2997
2997
 
2998
2998
  const Button = 1;
@@ -3521,7 +3521,7 @@ const renderItems = (oldState, newState) => {
3521
3521
  const visible = getVisibleProblems(problems, fileIconCache, collapsedUris, focusedIndex, filterValue, minLineY, maxLineY, viewMode, showErrors, showWarnings, showInfos);
3522
3522
  const isSmall = width <= smallWidthBreakPoint;
3523
3523
  const dom = getProblemsVirtualDom(activeUri, viewMode, visible, filterValue, inputSource, isSmall, message, scrollBarHeight, scrollBarActive, problemCount);
3524
- return ['Viewlet.setDom2', dom];
3524
+ return ['Viewlet.setDom2', newState.uid, dom];
3525
3525
  };
3526
3526
 
3527
3527
  const getRenderer = diffType => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/problems-view",
3
- "version": "1.31.0",
3
+ "version": "1.31.1",
4
4
  "description": "Problems View Worker",
5
5
  "repository": {
6
6
  "type": "git",