soccerloway / quill-better-table

Module for better table in Quill, more useful features are supported.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi whitespaces will become one when pasting

kagol opened this issue · comments

commented

I guess the quill version(2.0.0-dev.3) is a problem because there is no such problem on the Quill official website which use v1.3.6.

expect:
image

actual:
image

commented

I tried in quill 2.0.x official demo .
image
It's really a bug in quill 2.0.x-dev, it was mentioned in:
quilljs issue 1751
quilljs issue 1752
Hope these could help you.

commented

I have seen these two issues, but i don't think this can solve this problem.
I think the reason is that the matchText judgment logic are inconsistent in quill v1.3.6 and v2.0.x-dev.
quill 1.3.6
image

quill 2.0.x-dev
image

But i have no idea how to fix it.