Commit f78bf79d authored by Steven杜宇's avatar Steven杜宇

// ai

parent 51794bfc
...@@ -112,7 +112,6 @@ class YHAITextMessageCell: UITableViewCell { ...@@ -112,7 +112,6 @@ class YHAITextMessageCell: UITableViewCell {
v.addGestureRecognizer(tap) v.addGestureRecognizer(tap)
let longPress = UILongPressGestureRecognizer(target: self, action: #selector(didCopyTextLongGesture(_:))) let longPress = UILongPressGestureRecognizer(target: self, action: #selector(didCopyTextLongGesture(_:)))
longPress.minimumPressDuration = 2.0
v.addGestureRecognizer(longPress) v.addGestureRecognizer(longPress)
return v return v
}() }()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment