Ability to Release Focus from Chat Windows
-
The release focus for (text box widget) block should also allow releasing focus for chat windows, this could be used to not have a user type while an AI is thinking, along with some of the reasons you’d want to release focus for a text box
-
Let’s discuss about this. Usually, the expected behavior is that the user can still type while waiting for the AI response, instead of not allowing the user to input at all, right?
Maybe it’s better to allow the programmer to disable the ‘send’ button so the user can type but can not send it out in that mode?
-
@info-creaticode that’d work, I was planning on using it to not let users send messages before my project is loaded for them, but still have the chat window up so I can have stuff log to it & let the user know the project is starting (the project has to check if a world exists, then create or join it before chat works)