Skip to content

Commit 027a212

Browse files
committed
ci
1 parent ec8a30f commit 027a212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/demo/src/pages/PageDemoComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const CustomCodeMirror: React.FC<CodeMirrorComponentProps> = (
9292
{dark: themeMode === 'dark'},
9393
),
9494
...(extensions || []),
95-
], [extensions])
95+
], [extensions, themeMode])
9696

9797
const onViewLifecycle: CodeMirrorProps['onViewLifecycle'] = React.useCallback((view) => {
9898
console.log('on-view-lifecycle', view)

0 commit comments

Comments
 (0)