We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9991df4 commit afbdf0aCopy full SHA for afbdf0a
1 file changed
Sources/Litext/LTXLabel/Interaction/LTXLabel+Interaction.swift
@@ -9,7 +9,7 @@ import Foundation
9
10
private let kMinimalDistanceToMove: CGFloat = 3.0
11
private let kMultiClickTimeThreshold: TimeInterval = 0.25
12
-private let kLongPressDelay: TimeInterval = 0.5
+private let kLongPressDelay: TimeInterval = 0.35
13
14
extension LTXLabel {
15
func setInteractionStateToBegin(initialLocation: CGPoint) {
0 commit comments