kaa
kaa copied to clipboard
Setting text node's text to empty string is not working
- Create a text node with some text, add it to scene.
- Set node.text = "" # set to empty string
Expected: text disappears Actual: nothing happens