fix
This commit is contained in:
parent
c9740c3fb6
commit
b54983c866
@ -337,8 +337,8 @@ public class UXButton : UXSelectable, IButton, IPointerClickHandler, ISubmitHand
|
|||||||
|
|
||||||
public override void OnSelect(BaseEventData eventData)
|
public override void OnSelect(BaseEventData eventData)
|
||||||
{
|
{
|
||||||
|
if (m_Navigation.mode == UXNavigation.Mode.None) return;
|
||||||
base.OnSelect(eventData);
|
base.OnSelect(eventData);
|
||||||
|
|
||||||
m_IsNavFocused = true;
|
m_IsNavFocused = true;
|
||||||
|
|
||||||
if (s_LockedButton != this)
|
if (s_LockedButton != this)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user