codex-team / codex-team/editor.js

Unhandled Rejection (TypeError): Cannot read properties of undefined (reading 'holder')

Open
#2,353 1 comment 3 reactions 0 assignees View on GitHub
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

image

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.