diff --git a/packages/extension-code-block-lowlight/src/code-block-lowlight.ts b/packages/extension-code-block-lowlight/src/code-block-lowlight.ts index 115be13c..96f60d54 100644 --- a/packages/extension-code-block-lowlight/src/code-block-lowlight.ts +++ b/packages/extension-code-block-lowlight/src/code-block-lowlight.ts @@ -14,7 +14,8 @@ export const CodeBlockLowlight = CodeBlock.extend({ 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,