@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.
- package/package.json +1 -1
- package/web/app.js +1 -0
package/package.json
CHANGED
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") {
|