In my project I added Flowbite WYSIWYG Text Editor.
Problem is, it is only woking if I remove
<script src="_framework/blazor.web.js"></script>from App.razor.
With <script src="_framework/blazor.web.js"></script>
and if I remove <script src="_framework/blazor.web.js"></script>
What can I do to make it work, if I have <script src="_framework/blazor.web.js"></script> in code or can I remove it?
Tank you, Matjaz