0.22.6
This commit is contained in:
@@ -24,6 +24,9 @@ namespace XED.Hierarchy
|
||||
private Coroutine coroutinePendPopup;
|
||||
public override void OnBeginDrag(PointerEventData eventData)
|
||||
{
|
||||
if (eventData.button != PointerEventData.InputButton.Left)
|
||||
return;
|
||||
|
||||
ScrollItemUI itemUI = GetTargetItemUI(eventData);
|
||||
if (itemUI != null && !itemUI.isSelected)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user