You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, our input locking/unlocking is messy, we have a system that should be taking care of it, but its not used everywhere and nevertheless, there is no prio for locking/unlocking, so anyone can lock/unlock at any moment and it makes it much harder to control it.
I was trying to lock input during the loading screen showing, but then when the chat loses focus it enables input so it would nullify it, or when the explore panel closes, it also enables certain inputs, etc., etc.
So we need a more proper way to discern who can lock/unlock input and when.
The text was updated successfully, but these errors were encountered:
Currently, our input locking/unlocking is messy, we have a system that should be taking care of it, but its not used everywhere and nevertheless, there is no prio for locking/unlocking, so anyone can lock/unlock at any moment and it makes it much harder to control it.
I was trying to lock input during the loading screen showing, but then when the chat loses focus it enables input so it would nullify it, or when the explore panel closes, it also enables certain inputs, etc., etc.
So we need a more proper way to discern who can lock/unlock input and when.
The text was updated successfully, but these errors were encountered: