Good day,
For our project we need the possibility to get the cursor position of a marked text in the Blazor DocumentEditor.
We need to tell the backend via our API the cursor position and the marked text to be able to manipulate the text on the backend side.
I have only found out that it is possible to get the string of the marked text via DocumentEditor.Selection.GetTextAsync() but I have not found a way to get the cursor position to find the text uniquely in the backend.
I would appreciate a positive answer.