header icon indicating copy to clipboard operation
header copied to clipboard

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

Open joaoggnogueira opened this issue 2 years ago • 0 comments

 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 avatar May 15 '23 17:05 joaoggnogueira