Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to upgrade Quill editor or edit code #102

Open
ethiwoo opened this issue May 25, 2018 · 0 comments
Open

Need to upgrade Quill editor or edit code #102

ethiwoo opened this issue May 25, 2018 · 0 comments

Comments

@ethiwoo
Copy link

ethiwoo commented May 25, 2018

I used the Quill Editor in momdular-admin-html,
There was a bug displayed as 'tえすと' when entering 'てすと'.
Looking at the current Quill Editor version, it became 1.3.6, which seems to have solved this problem, but I do not know for certain.
I think It is difficult to upgrade Quill Editor in modular-admin-html for me,
so I share some of the source code that I am editting and using.

Here is I referred
quilljs/quill#1453
https://github.com/azam/quill/commit/c7cc4ca199e6bdf9281c93a4907f581063576851

in vendor.js
・22840 line
Block.defaultChild = 'text';
・29316 line
return document.createTextNode((!value) ? '\u200B' : value);

I think that you need to convert \ u 200 B with a string conversion function.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant