erossini / BlazorMarkdownEditor

Complete Markdown Editor component for Blazor WebAssembly and Blazor Server. Full of functionalities
https://www.puresourcecode.com/dotnet/blazor/markdown-editor-component-for-blazor/
MIT License
134 stars 18 forks source link

Nullable callback functions for image upload process #18

Closed davidreneuw closed 1 year ago

davidreneuw commented 1 year ago

Added failsafes for when callback functions for image upload process are not defined. It is not mentioned in the readme that these are necessary and the code has a few locations where null reference exceptions get thrown if not defined.