mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-08-06 13:38:49 +08:00
remove parentConfig from code block extension for now, see #259
This commit is contained in:
parent
daa5dc0fb1
commit
922f25e8cd
@ -14,7 +14,8 @@ export const CodeBlockLowlight = CodeBlock.extend<CodeBlockLowlightOptions>({
|
||||
|
||||
addProseMirrorPlugins() {
|
||||
return [
|
||||
...this.parentConfig.addProseMirrorPlugins?.() || [],
|
||||
// disable for now, see: https://github.com/ueberdosis/tiptap-next/issues/259#issuecomment-817954835
|
||||
// ...this.parentConfig.addProseMirrorPlugins?.() || [],
|
||||
LowlightPlugin({
|
||||
name: 'codeBlock',
|
||||
lowlight: this.options.lowlight,
|
||||
|
Loading…
Reference in New Issue
Block a user