diff --git a/Serrata/Sources/SlideLeafCell.swift b/Serrata/Sources/SlideLeafCell.swift index e2125f2..1ace072 100644 --- a/Serrata/Sources/SlideLeafCell.swift +++ b/Serrata/Sources/SlideLeafCell.swift @@ -132,7 +132,7 @@ open class SlideLeafCell: UICollectionViewCell { @objc private func longPressGesture(_ sender: UILongPressGestureRecognizer) { switch sender.state { - case .ended, .cancelled, .failed: + case .began: delegate?.longPressImageView() default: break