Closed astrocket closed 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
@neSpecc just bumped up minor version.
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