Skip to content

Commit

Permalink
remove Pager clipping
Browse files Browse the repository at this point in the history
  • Loading branch information
ahil-ns committed Jan 30, 2024
1 parent 00386e2 commit a4047ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/SwiftUIPager/Pager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ public struct Pager<Element, ID, PageView>: View where PageView: View, Element:
GeometryReader { proxy in
self.content(for: proxy.size)
}
.clipped()
}

func content(for size: CGSize) -> PagerContent {
Expand Down

0 comments on commit a4047ba

Please sign in to comment.