Skip to content

Commit a341c4f

Browse files
committed
fix: theming for code block edit
1 parent cf8c95d commit a341c4f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/commons/custom_fields/MarkdownEdit.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ const MarkdownEdit = ({ label, initialValue, setValue, overlayContainer, maxLeng
104104
yaml: "YAML",
105105
xml: "XML",
106106
},
107+
codeMirrorExtensions: [codemirror_theme],
107108
}),
108109
];
109110

0 commit comments

Comments
 (0)