hch
2025-07-23 2336d5e71a6ed9c00f9a86c29d7aa33b9a1e38d5
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);
        }
    }
}