We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46c94a commit 63b0b54Copy full SHA for 63b0b54
src/components/Editor.vue
@@ -241,7 +241,10 @@ export default {
241
const { editor } = provideEditor()
242
const { setEditable } = useEditorMethods(editor)
243
const { isPublic, isRichEditor, isRichWorkspace } = provideEditorFlags(props)
244
- const { language, lowlightLoaded } = useSyntaxHighlighting(isRichEditor, props)
+ const { language, lowlightLoaded } = useSyntaxHighlighting(
245
+ isRichEditor,
246
+ props,
247
+ )
248
return {
249
el,
250
width,
0 commit comments