SelectionHighlighting = always not works with new EditManager
Hi,
I am working on a TLF editor. I set the selectionHighlighting = "always" for the RichEditableText and everything is fine. The text remains highlight when the control is unfocused. However, after I added the EditManager,
richEditableText.textFlow.interactionManager = new EditManager(new UndoManager());
The selectionHighlight = "always" not works anymore, the text highlight color changed and no more follow the "focusedTextSelectionColor", "unfocusedTextSelectionColor", "inactiveTextSelectionColor".
How can I use the selectionHighlighting = "always" with the EditManager at the same control?
Thanks
