Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
elbakerino committed Jun 26, 2022
2 parents df6f0fd + 027a212 commit f88f328
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 f88f328

Please sign in to comment.