marmelab/aor-rich-text-input

Quill adds padding without matchvisual option

Opened this issue · 2 comments

I was trying out AOR and noticed it was adding extra padding before a list.

With some searching, I discovered this is a known feature, but can be disabled in Quill 1.3+. This component currently only supports Quill ~1.1.9, so I'm not sure if there is something stopping aor-rich-text-input going to version Quill 1.3?

Quill issue about padding here:
slab/quill#1483

Quill matchvisual option documentation:
https://quilljs.com/docs/modules/clipboard/#matchvisual

Any chance getting this fixed?

lihop commented

The link to the quill documentation above is confusing because it contains updates for quill v2.0 in which the matchVisual option has been removed. The documentation for the current stable release of quill (1.3.6) can be found here.