draftjs_exporter icon indicating copy to clipboard operation
draftjs_exporter copied to clipboard

How to apply text align inline style inside header tag?

Open alagarsamy1 opened this issue 2 years ago • 1 comments

How to apply text align inline style inside header tag?

Example : block

 {
            "key": "cu1e2",
            "data": {},
            "text": "test",
            "type": "header-three",
            "depth": 0,
            "entityRanges": [],
            "inlineStyleRanges": [
                {
                    "style": "right",
                    "length": 4,
                    "offset": 0
                }
            ]
        },

alagarsamy1 avatar Nov 09 '23 09:11 alagarsamy1

Hey @alagarsamy1, the example you have here looks like it’d work just fine? Are you seeing a particular issue with this?

thibaudcolas avatar Nov 21 '23 07:11 thibaudcolas