Skip to content

Commit afbdf0a

Browse files
committed
fix: bump selection delay
1 parent 9991df4 commit afbdf0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Litext/LTXLabel/Interaction/LTXLabel+Interaction.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Foundation
99

1010
private let kMinimalDistanceToMove: CGFloat = 3.0
1111
private let kMultiClickTimeThreshold: TimeInterval = 0.25
12-
private let kLongPressDelay: TimeInterval = 0.5
12+
private let kLongPressDelay: TimeInterval = 0.35
1313

1414
extension LTXLabel {
1515
func setInteractionStateToBegin(initialLocation: CGPoint) {

0 commit comments

Comments
 (0)