You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: