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

This problem can occur after a few refreshes #157

Open
15737894514 opened this issue Sep 11, 2024 · 3 comments
Open

This problem can occur after a few refreshes #157

15737894514 opened this issue Sep 11, 2024 · 3 comments
Labels
🐞 Bug Something isn't working ⛑ Needs triage Someone is checking

Comments

@15737894514
Copy link

const editor = new EditorJS({
onReady: () => {
const undoObj = new Undo({ editor, maxLength: 50 });
new DragDrop(editor);
editor.record = undoObj;
},
})
download
download (1)

@15737894514 15737894514 added ⛑ Needs triage Someone is checking 🐞 Bug Something isn't working labels Sep 11, 2024
@L-Zuluaga
Copy link
Member

@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
Copy link
Author

"editorjs-drag-drop": "^1.1.15",

@L-Zuluaga
Copy link
Member

@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 🙏🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug Something isn't working ⛑ Needs triage Someone is checking
Projects
None yet
Development

No branches or pull requests

2 participants