-
The times I've accidentally collapsed the mod customization panel by clicking on it after opening it by hover are in the quintillions. However this is only a slight inconvenience the problem I have is the behavior that comes after clicking on it twice which leads to the state changes of: // Hover
touchedThisFrame = ModCustomisationPanelState.ExpandedByHover;
// First click
touchedThisFrame = ModCustomisationPanelState.Collapsed;
// Second click
touchedThisFrame = ModCustomisationPanelState.Expanded; As I move my cursor outside of the panel I expect the panel to close, however it does not. Therefore my suggestion is to add a setting to either disable the hover event of the Mod Customization Panel, or add a setting to set the state to ExpandedByHover instead of Expanded after the user clicks the panel a second time. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We discussed elsewhere just removing the click-to-close completely. ie. click just becomes a noop. You're welcome to PR a change in this direction and we'll take it from there. |
Beta Was this translation helpful? Give feedback.
We discussed elsewhere just removing the click-to-close completely. ie. click just becomes a noop. You're welcome to PR a change in this direction and we'll take it from there.