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

Cannot read property 'updateCurrentInput' of undefined after updating to 2.4.0 #55

Open
alxndr opened this issue Feb 18, 2021 · 0 comments

Comments

@alxndr
Copy link

alxndr commented Feb 18, 2021

Working on a project which had been using 2.3.1, with @editorjs/editorjs 2.19.1. Yesterday I updated the Embed tool to 2.4.0, and started seeing this error being thrown when clicking in the Editor instance in the blank space after the last paragraph:

Uncaught TypeError: Cannot read property 'updateCurrentInput' of undefined
    at y.value (editor.js?9336:2)
    at k.value (editor.js?9336:2)
    at HTMLDocument.eval (editor.js?9336:2)
value @ editor.js?9336:2
value @ editor.js?9336:2
eval @ editor.js?9336:2

Clicking on existing text in the Editor instance does not throw this error.

After reverting to @editorjs/embed to 2.3.1 I do not see the error locally any more.

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

1 participant