Skip to content

Commit

Permalink
fix list scroll issue in iOS 18
Browse files Browse the repository at this point in the history
  • Loading branch information
fatbobman committed Dec 4, 2024
1 parent 52d87cd commit d2b93c1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added Demo/.DS_Store
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Sources/SwipeCell/SwipeCellViewModifier2.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extension SwipeCellModifier {
}
}
.contentShape(Rectangle())
.gesture(getGesture())
.simultaneousGesture(getGesture())
.onAppear {
self.setStatus(status)
switch status {
Expand Down

0 comments on commit d2b93c1

Please sign in to comment.