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

Bold and Italic format text within header cant be retrivied on save() #93

Open
joaoggnogueira opened this issue May 15, 2023 · 0 comments

Comments

@joaoggnogueira
Copy link

joaoggnogueira commented May 15, 2023

 editor = new EditorJS({
        holder: id,
        onChange: async () => {
            if (editor) {
                const outputData = await editor.save()
                value.value = outputData.blocks
            }
        },

image

Dependencies:

"@editorjs/list": "^1.8.0",
"@editorjs/editorjs": "^2.26.4",
Google Chrome 113

@joaoggnogueira joaoggnogueira changed the title Bold and Italic format text within header canott be retrivied on save() Bold and Italic format text within header cant be retrivied on save() May 15, 2023
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