editor-js / list

Advanced List tool for the Editor.js.
MIT License
48 stars 47 forks source link

Prevent duplicated event in Chinese, Japanese and Korean languages #62

Closed astrocket closed 11 months ago

astrocket commented 11 months ago

Currently with CJK languages, keyboard event is duplicated on 'Enter' click.

This PR prevents CJK users from unexpected character duplication.

https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/isComposing

fixes https://github.com/editor-js/nested-list/issues/16, https://github.com/editor-js/nested-list/issues/56

astrocket commented 11 months ago

@neSpecc just bumped up minor version.