@youtyan/code-viewer 0.1.39 → 0.1.40

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/web/app.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youtyan/code-viewer",
3
- "version": "0.1.39",
3
+ "version": "0.1.40",
4
4
  "description": "Local browser-based code and git diff viewer",
5
5
  "type": "module",
6
6
  "bin": {
package/web/app.js CHANGED
@@ -15649,6 +15649,7 @@ ${frontmatter.yaml}
15649
15649
  }
15650
15650
  if (action === "annotation-next" || action === "annotation-previous") {
15651
15651
  ANNOTATIONS_UI?.stepAnnotation(action === "annotation-next" ? 1 : -1);
15652
+ scheduleMainSurfaceFocus();
15652
15653
  return true;
15653
15654
  }
15654
15655
  if (action === "start-g-sequence") {