add new syntax to all packages
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Plugin, PluginKey } from 'prosemirror-state'
|
||||
import { createExtension } from '../Extension'
|
||||
import { Extension } from '../Extension'
|
||||
|
||||
export const Editable = createExtension({
|
||||
export const Editable = Extension.create({
|
||||
addProseMirrorPlugins() {
|
||||
return [
|
||||
new Plugin({
|
||||
|
||||
Reference in New Issue
Block a user