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); } } }