Hi!
I have a textBlock in the group node that can be edited.
When editing that text the old text, which I am trying to edit, is still showing up in the background. It only causes the issue when I delete text completely and the width of the textBlock shrinks.
I tried adding minWidth of the textBlock, but that doesn’t work as it lives inside a container that when text is empty shrinks as well making textBlock go beyond the containers boarders. Setting opacity to zero doesn’t work too as it keeps it invisible when textBlock is out of focus.
My question is, whether there is a way to hide the text on the background while editing is in progress?
Thank you!