mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-04 21:41:45 +00:00
Fix chat preview hit test
This commit is contained in:
parent
ce874ed51b
commit
0cb2a80416
@ -3671,6 +3671,8 @@ class ChatControllerNode: ASDisplayNode, ASScrollViewDelegate {
|
||||
if let textNode = node as? TextAccessibilityOverlayNode {
|
||||
let _ = textNode
|
||||
return result
|
||||
} else if let _ = node as? LinkHighlightingNode {
|
||||
return result
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user