slab / parchment

Generalized state model for rich-text editors to interface with browser DOM
BSD 3-Clause "New" or "Revised" License
637 stars 146 forks source link

Quill editor removes inline style margin-left on loading content #129

Closed AkanshA0 closed 1 year ago

AkanshA0 commented 1 year ago

I have created and registered new Style Attributor for indentation, using margin-left style to indent complete paragraph since text-align indents only first line of paragraph . While editing the text in editor, margin-left style gets added, I allow user to save this text, saved text contains margin-left style but on loading the text in editor again, this style gets removed and hence the tabs do not appear.