From b54983c86609698bdb0da8baa70d3bc31d591776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=80=9D=E6=B5=B7?= <1464576565@qq.com> Date: Wed, 17 Dec 2025 18:02:29 +0800 Subject: [PATCH] fix --- Runtime/UXComponent/Button/UXButton.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)