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

fix: highlight triggered while ime inputs are not committed #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kaaass
Copy link

@kaaass kaaass commented Jul 18, 2022

The highlighting is wrongly triggered while IME inputs are not committed, which is a normal situation for CJK inputs. The current version will give a result like this:

cn-input-issue

This PR maintains a new state inComposition in HighlightCodeBlockWidget by listening compositionstart and compositionend events, and ignores every changes fired between these events. The fix references facebook/react#3926 and ckeditor/ckeditor5#1342.

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

Successfully merging this pull request may close these issues.

1 participant