gaelj / BlazorCodeMirror6

Blazor wrapper for CodeMirror 6
MIT License
20 stars 2 forks source link

Initial development #45

Closed gaelj closed 10 months ago

gaelj commented 10 months ago

🐛 Fix crash when document is empty

🥅 Catch any JS initialization errors and log them to the browser console

🥅 Use an ErrorBoundary

🚚 Re-organize some classes for clarity