aor-rich-text-input icon indicating copy to clipboard operation
aor-rich-text-input copied to clipboard

Quill adds padding without matchvisual option

Open arlair opened this issue 7 years ago • 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: https://github.com/quilljs/quill/issues/1483

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

arlair avatar Sep 02 '17 06:09 arlair

Any chance getting this fixed?

whocaresonroad avatar Jan 17 '18 07:01 whocaresonroad

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.

lihop avatar Aug 28 '18 17:08 lihop