Skip to content

Commit 055634a

Browse files
committed
fix deps
1 parent b717e1d commit 055634a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/code-editor/src/CodeEditor/CodeEditor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ const BaseCodeEditor = forwardRef<CodeEditorHandle, CodeEditorProps>(
357357
forceParsingProp,
358358
getContents,
359359
enableSearchPanel,
360+
props.darkMode,
360361
]);
361362

362363
useImperativeHandle(forwardedRef, () => ({

0 commit comments

Comments
 (0)