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
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.
The text was updated successfully, but these errors were encountered:
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: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.The text was updated successfully, but these errors were encountered: