draft-js-code-editor-plugin
draft-js-code-editor-plugin copied to clipboard
Add IDE-like behaviours to code blocks in your DraftJS editors
New Draft JS 0.11 adds a new parameter (`eventTimestamp`) to the `handleKeyCommand` function: [`handleKeyCommand`](https://draftjs.org/docs/api-reference-editor#handlekeycommand) This causes the plugin to throw an error whenever you press the backspace key because it's...
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. ### What changed?...
Should fix this issue caused by Draft's v0.11.0 release: https://github.com/draft-js-plugins/draft-js-plugins/issues/1291
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. ### What changed?...
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. ### What changed?...