@lvce-editor/problems-view 1.26.0 → 1.26.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.
@@ -2998,7 +2998,7 @@ const getProblemVirtualDom = problem => {
2998
2998
  type: Div
2999
2999
  }, listItemType === Collapsed ? getChevronRightVirtualDom() : getChevronDownVirtualDom(), getFileIconVirtualDom(icon), labelNode, text(fileName), labelDetailNode, text(relativePath), ...getBadgeVirtualDom(ProblemBadge, problem.count)];
3000
3000
  }
3001
- const lineColumn = atLineColumn(rowIndex, columnIndex);
3001
+ const lineColumn = atLineColumn(rowIndex + 1, columnIndex + 1);
3002
3002
  const label = {
3003
3003
  childCount: 1,
3004
3004
  className: ProblemLabel,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/problems-view",
3
- "version": "1.26.0",
3
+ "version": "1.26.1",
4
4
  "description": "Problems View Worker",
5
5
  "repository": {
6
6
  "type": "git",