Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unordered list not working #19

Open
odusseys opened this issue Oct 28, 2020 · 1 comment
Open

Unordered list not working #19

odusseys opened this issue Oct 28, 2020 · 1 comment

Comments

@odusseys
Copy link

Hello, I can't get the unordered list shortcuts to work (* and -). Using the latest versions of draft, draft-js-plugins & this plugin. Only other plugin I'm using is the inline toolbar, if that helps.
The order list is working fine.

@odusseys
Copy link
Author

After a little bit of debugging this is indeed a bug due to the fact that I am using an AZERTY keyboard and that you are using keyCode to match keystrokes, which is a deprecated API and non-internationalizable, you should use code or key instead. Will try a fork in the meanwhile, may open a pull request if I get it working

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

No branches or pull requests

1 participant