codex-team / codex-team/editor.js
Unhandled Rejection (TypeError): Cannot read properties of undefined (reading 'holder')
Open
bug
- Dominant language
- TypeScript
- Stars
- 31.9k
- Forks
- 2.2k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
The issue is related to this
https://github.com/codex-team/editor.js/issues/518
Control+z and COntrol+y are not working.
After installing import Undo from 'editorjs-undo';
Added this
onReady: () => {
new Undo({ editor: Configuration });
},
Getting error
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.