Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The functionality to undo the processing of inserts in the EditorJS plugin #801

Closed
milanP96 opened this issue Jun 14, 2019 · 1 comment
Closed
Assignees

Comments

@milanP96
Copy link

While creating the Editor.js plugin, which is a wrapper for the tiptap rich editor of the text editor, the following incorrect behavior was found:
When inserting text into the Editor.js tiptap plugin, the insertion of the text takes place and a paragraph object is created with the given text. That is, the text is duplicated.

It was discussed that this behavior can be corrected by entering an additional parameter that allows you to disable insert processing for the Editor.js plugin.
It is required to implement this parameter.

@gohabereg
Copy link
Member

Resolved by #826

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants