dev-juju / codebox

Code highlighting tool for Editor.js
Other
39 stars 19 forks source link

Fix code highlighting #7

Open micheleriva opened 3 years ago

micheleriva commented 3 years ago

Describe the bug Highlight.js works only onBlur event. It would be great to highlight the code as soon as you type.

To Reproduce Steps to reproduce the behavior:

  1. Create a new code block
  2. Write some code
  3. Remove focus from the code element

Expected behavior It should highlight the code as soon as you type