lcy
2025-11-10 f66c4b9ca61638b0e76f4f82e34d19ae2117c88b
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);
        }
    }
}