hch
2025-10-11 1a7b1b9fa3b539fa57f54a5d69aa9c01b0e5b0e9
Main/Component/UI/Common/NestingScrollRect.cs
@@ -3,8 +3,6 @@
using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
namespace vnxbqy.UI
{
    [RequireComponent(typeof(ScrollRect))]
    public class NestingScrollRect : MonoBehaviour, IBeginDragHandler, IDragHandler, IEndDragHandler
    {
@@ -54,5 +52,3 @@
            scrollRect.OnEndDrag(eventData);
        }
    }
}