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
@15737894514 thanks for reporting, could you please confirm which version of the plugin you are using? Based on the screenshot, it appears that you may not be using the latest version
@15737894514 After reviewing, it appears there was an issue with the released bundle. I believe we have resolved this in the latest release. Could you please confirm if the issue persists? Thanks 🙏🏻
const editor = new EditorJS({
onReady: () => {
const undoObj = new Undo({ editor, maxLength: 50 });
new DragDrop(editor);
editor.record = undoObj;
},
})
The text was updated successfully, but these errors were encountered: