File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1212 contents : write
1313 issues : write
1414 pull-requests : write
15-
1615 steps :
1716 - name : Checkout
1817 uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3433 - name : Install Dependencies and Build
3534 run : |
3635 pnpm install
37-
36+
3837 - name : Build Demo Project
3938 run : |
4039 cd website
Original file line number Diff line number Diff line change 1+ import { HomeFeature } from '@rspress/core/theme' ;
12import { CodeBlockRuntime , type CodeBlockRuntimeProps } from '@theme' ;
23import { useRef } from 'react' ;
34import styles from './LiveCodeEditor.module.scss' ;
@@ -20,6 +21,7 @@ export function LiveCodeEditor({
2021 return (
2122 < div className = { styles . editorContainer } >
2223 < div className = { `${ styles . codeBlockWrapper } rp-force-wrap` } >
24+ < HomeFeature />
2325 < CodeBlockRuntime { ...rest } code = { value } />
2426 { ! disabled && (
2527 < textarea
You can’t perform that action at this time.
0 commit comments