Environment
- @editorjs/editorjs version: 2.26.5
- react-editor-js version: 2.1.0
Describe
I am unable to toggle readonly on 2.1.0. In this codesandbox I have tried to:
- change the input
readOnly param
- using
editorJsRef.current.readOnly.toggle(), but the editorJsRef.current.readOnly is undefined
Looking for any help here, thank you!
Environment
Describe
I am unable to toggle readonly on 2.1.0. In this codesandbox I have tried to:
readOnlyparameditorJsRef.current.readOnly.toggle(), but the editorJsRef.current.readOnly is undefinedLooking for any help here, thank you!