hch
2025-10-11 8730d119e7ccb0ea69b996cb76ee059cee0e07f0
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);
        }
    }
}