-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
When user's play a section that has a UITextBox, often times, they'll click to advance it to the next dialogue section. However, this also results in this:

As you can see, text is prematurely rendered (some parts are also hidden) and also highlighted.
Describe the solution you'd like
I'd like some kind of flag to disable the mouse events for the UITextBox. I don't want highlighting on the textbox at all and when it's combined with the typewriter effect, it's behaviour isn't consistent
Describe alternatives you've considered
The only alternative I've considered is using my own text box but I'd rather not do that at this time
Thanks!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request