springload / draftail

📝🍸 A configurable rich text editor built with Draft.js

Home Page:https://www.draftail.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shortcut keys result in missing characters in draft-js 0.11.7

sandcastle opened this issue · comments

Using Draft.js 0.11.7 with Draftail results in keys that are used for shortcuts, such as i, b, etc. not working at all.

Environment

Draft.js - 0.11.7
Draftail - 1.4.1

Steps to reproduce

Use Draft.js 0.11.7 with draftail.

Expected behavior

Keys should type the letters.

Actual behavior

Letters are missing from the editor.

Reproducible demo

https://codesandbox.io/s/prod-currying-gj63l?file=/src/App.js

Similar to #260, and both depend on #213, I guess.