Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
elbakerino committed Jun 26, 2022
1 parent ec8a30f commit 027a212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/demo/src/pages/PageDemoComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const CustomCodeMirror: React.FC<CodeMirrorComponentProps> = (
{dark: themeMode === 'dark'},
),
...(extensions || []),
], [extensions])
], [extensions, themeMode])

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

0 comments on commit 027a212

Please sign in to comment.