fix: auto complete list cell title UI is user interaction enabled issue
This commit is contained in:
parent
6b12adb9c5
commit
eaff363243
|
@ -33,6 +33,7 @@ final class AutoCompleteTableViewCell: UITableViewCell {
|
|||
|
||||
let titleLabel: MetaLabel = {
|
||||
let label = MetaLabel(style: .autoCompletion)
|
||||
label.isUserInteractionEnabled = false
|
||||
return label
|
||||
}()
|
||||
|
||||
|
|
Loading…
Reference in New Issue