Skip to content

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

Open
kaaass wants to merge 1 commit intoantoniotejada:mainfrom
kaaass:fix-ime
Open

fix: highlight triggered while ime inputs are not committed#5
kaaass wants to merge 1 commit intoantoniotejada:mainfrom
kaaass:fix-ime

Conversation

@kaaass
Copy link
Copy Markdown

@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