-
I just upgraded Editorjs from 2.25.0 to 2.29.0
On 2.25.0 I have the issue where the "A" on the menu does not show up
I fixed it by changing the current css line.
#color-btn-text {\n width: 18px;\n…
-
### Describe the bug.
I am using editorJs in my react application as a form component and when trying to add a Paragraph or Header I am getting following error in the console "Block «header» skipped…
-
This has been discussed previously in https://github.com/codex-team/editor.js/issues/2211 .
The Input events spec has in fact been implemented in every browser (Chrome, Webkit, Firefox) and has be…
-
The Registration/Profile Fields (`s2Member → General Options → Registration/Profile Fields & Options`) currently supports Textarea fields, but not Rich Text Fields (where the text box would include a …
-
Thanks for providing this amazing tool. It helps us to achieve a higher level of content creation of our users.
Enabling the `inlineToolbar` for the paragraph tool is not working for the link tool…
-
It seems to be an issue that changes on the tune menu (i.e. align) don’t trigger the onChange listener of EditorJS. It was also posted here: https://github.com/codex-team/editor.js/issues/757
-
When I press the save button it shows me the error message: `TypeError: _this.$refs.editor.save is not a function`... My vue view code:
```
Save!
export default {
n…
-
I'm not able to run Copilot with my Sublime Text editor.
I've done this steps:
- Install the package LSP from command palette (install package)
- Install the package LSP-copilot from command pale…
-
Describe a bug.
In 2.28.x release, editorjs clear method triggers EditorJS onChange method with block-removed event type.
Side effect of it being, upon toggling readOnly - all the blocks are be…
-
Describe a bug.
```
TypeError: undefined is not an object (evaluating 'l.children.length')
```
Steps to reproduce:
1. write paragph
2. shift+enter for multiple line breaks
3. Returns the curs…