-
### Description
When removing multiple blocks, Ctrl+Z doesn't return all of them
### Environment
* Editor.js version: 2.29.1
* editorjs-undo version: 2.0.28
* Device, Browser, OS: Desktop, …
-
Let's say I want to add an input text that allows entering only numbers.
How I would do that?
I saw in the editor.js docs a way to create a new tool, but I don't know how to replicate that in th…
-
Error: Component auth has not been registered yet when building in production mode
### Version info
Here is my packages.json
```json
{
"name": "akademy",
"version": "0.0.0",
…
-
### Environment
- @editorjs/editorjs version: 2.23.2
- react-editor-js version: 2.0.6
### Describe
I currently using next.js version 12.1.4.
And the error occurs after the ClientEditorCor…
-
I want to destroy the editor instance manually and then set it again when the component is updated.
I am using ReactJs but I am not using the react wrapper.
Whenever I try to call the destroy func…
-
For a valid warning block, can any of the `title` or `message` properties under any circumstances (now or in the future) be `null` or omitted? Or are any of the aforementioned properties guaranteed to…
-
Describe a bug.
Uncaught TypeError: Cannot read properties of undefined (reading 'onFocus'), shows up when I hit tab button on the editor js or some other keys while selecting the items
Expected b…
-
Steps to reproduce:
1. Install the package `npm install --save @editorjs/editorjs` (version: ^2.27.0)
2. Use it somewhere eg. `import EditorJS from '@editorjs/editorjs';`
3. Enjoy error logs:
``…
-
The question.
# I am facing an error like on terminal.
```sh
- error node_modules/@editorjs/editorjs/dist/editorjs.umd.js (1:525) @ eval
- error ReferenceError: Element is not defined
at …
-
We have implemented an alert for the users when they try to leave the editor with some unsaved changes.
Basically when editorjs onChange is triggered, we set a variable `unsavedChanges = true`.
…