Height of selectable text
Hello,
When I add interactionManager to a TextFlow:
textFlow.interactionManager=new SelectionManager();
height of text is ContainerController.compositionHeight, even when there is only one line of text in a textFlow.
When text isn't selectable, the height is actual height of ContainerController.container - and for me it's perfect.
Problem starts when I put ContainerController.container into another clip - that clip's height is also computed on container.height which provides me unexpected results.
How to avoid it?
