Skip to content

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

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

kaaass wants to merge 1 commit into
antoniotejada:mainfrom
kaaass:fix-ime

Conversation

@kaaass

@kaaass kaaass commented Jul 18, 2022

Copy link
Copy Markdown

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 react/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