We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d59854 commit bd68ed6Copy full SHA for bd68ed6
package.json
@@ -40,7 +40,7 @@
40
"@docusaurus/theme-mermaid": "^3.7.0",
41
"@mdx-js/react": "^3.0.0",
42
"ahooks": "^3.8.0",
43
- "antd": "^5.19.2",
+ "antd": "^5.24.8",
44
"axios": "^1.7.2",
45
"clsx": "^2.0.0",
46
"copyforjs": "^1.0.6",
src/theme/DocRoot/Layout/Main/index.tsx
@@ -30,6 +30,7 @@ export default function DocRootLayoutMain({
30
)}
31
>
32
<div
33
+ onClick={getImgElement}
34
className={clsx(
35
"container padding-top--md padding-bottom--lg",
36
styles.docItemWrapper,
0 commit comments