When setting a value in code, a simple string property will update in the editor as expected, but if its marked with the TextArea attribute it wont update.
To Reproduce
Create string marked with [Property, TextArea]
Set its value in code
Observe that it does not update in the inspector unless the whole area is redrawn
Expected behavior
It should update itself in the same way that a string not marked with TextArea updates
Describe the bug
When setting a value in code, a simple string property will update in the editor as expected, but if its marked with the TextArea attribute it wont update.
To Reproduce
Expected behavior
It should update itself in the same way that a string not marked with TextArea updates
Media/Files
No response
Additional context
No response