Skip to content

Commit

Permalink
Merge pull request #11 from mengxinssfd/fix#10
Browse files Browse the repository at this point in the history
Fix#10
  • Loading branch information
mengxinssfd authored Sep 16, 2024
2 parents db539f7 + 4cfccc8 commit c0af8f2
Show file tree
Hide file tree
Showing 6 changed files with 303 additions and 26 deletions.
1 change: 1 addition & 0 deletions assets/onload.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
window.app.ensureActivePageVisible();
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typedoc": "^0.26.2"
"typedoc": "^0.26.7"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"minimist": "^1.2.8",
"prettier": "^3.3.2",
"semver": "^7.6.2",
"typedoc": "^0.26.2",
"typedoc": "^0.26.7",
"typescript": "^5.5.2"
},
"peerDependencies": {
"typedoc": "^0.26.2"
"typedoc": "^0.26.7"
},
"scripts": {
"ts-check": "tsc --noEmit",
Expand Down
Loading

0 comments on commit c0af8f2

Please sign in to comment.