I have just downloaded the nuget package for the syncfusion WordProcessor package version 21.2.9. Then used the visual studio SyncFusion addin to create a new Blazor Server application using the Word Processor control. Applied the licence key and ran the demo app. All good. Then I made the following changes:
EnableToolbar="false" ShowPropertiesPane="false"
Then re-ran the demo. Use the mouse to click on the text and from that point on its like the mouse left button is always fully depressed (even though its not). The control becomes rather unusable. Reset the two flags above back to true (default) and all is well again.
I want to initially use the control simply as a word viewer so don't need or want the controls to be displayed. This is simply the demo code thats auto produced when you generate a new Blazor server app using this control.
Is there an obvious solution please.