diff --git a/Runtime/UXComponent/Button/UXButton.cs b/Runtime/UXComponent/Button/UXButton.cs index ad1c468..435a178 100644 --- a/Runtime/UXComponent/Button/UXButton.cs +++ b/Runtime/UXComponent/Button/UXButton.cs @@ -337,8 +337,8 @@ public class UXButton : UXSelectable, IButton, IPointerClickHandler, ISubmitHand public override void OnSelect(BaseEventData eventData) { + if (m_Navigation.mode == UXNavigation.Mode.None) return; base.OnSelect(eventData); - m_IsNavFocused = true; if (s_LockedButton != this)