fix editable
This commit is contained in:
@@ -4,6 +4,6 @@ import Editor from '../..'
|
||||
export default (editor: Editor) => new Plugin({
|
||||
key: new PluginKey('editable'),
|
||||
props: {
|
||||
editable: () => editor.isEditable,
|
||||
editable: () => editor.options.editable,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user