chinchang / web-maker

A blazing fast & offline frontend playground
https://webmaker.app
MIT License
2.54k stars 314 forks source link

Code syntax errors not appearing in CodeMirror gutter #544

Closed nhogle closed 9 months ago

nhogle commented 9 months ago

Meta info

There is a bug in the code for handling syntax errors when in CodeMirror mode, which prevents the showErrors() method of the CodeEditor component from showing syntax errors in the gutters.

I will submit a PR to fix this issue.

nhogle commented 9 months ago

@chinchang : Please see PR #545. Thank you!