Blazored / TextEditor

Rich text editor for Blazor applications - Uses Quill JS
MIT License
277 stars 61 forks source link

Error: Microsoft.JSInterop.JSException: QuillBlotFormatter is not defined #5

Closed ADefWebserver closed 4 years ago

ADefWebserver commented 4 years ago

If you upgrade to version 1.0.3 from a previous version, you need to add the following line to your _Host.cshtml file (if using Server Side Blazor) or index.html (if using Client Side Blazor):

<script src="_content/Blazored.TextEditor/quill-blot-formatter.min.js"></script>